http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.listcontrol.selecteditem.aspx

that is by design. If you have multiple selections, you'll have to
loop through the items collection to find which ones are selected. A
For each loop should do it,  or if you're using LINQ, you can just
query the collection.

On Aug 28, 3:55 pm, kanna <[EMAIL PROTECTED]> wrote:
> Hi
> iam using combox to selected the customername and custid  i have ten
> records in the combo box he customer name have custid if i select
> selected item 3 its shows the last record that is 10 th record

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---

Reply via email to