Listbox
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have one ListBox and Label...How to retrieve two selected values from Listbox to Label...Please do needfull
With Regards, Samson
-
I have one ListBox and Label...How to retrieve two selected values from Listbox to Label...Please do needfull
With Regards, Samson
http://aspnetlibrary.com/codebankdetails.aspx?type=Controls&codebank=Get-a-list-of-all-selected-items-in-a-CheckBoxList The ListBox works in the same manner as the CheckBoxList when it comes to looping through items, so simply use the example from the article above and replace the name of the CheckBoxList with the name of your ListBox.
Mark, http://aspnetlibrary.com