A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Tuesday, November 29, 2005

Get all Selected Items in ListBox Control

Seeing all the items that a user selects in a control is a common practice. Its kinda funny that this is not just simply explained all over the internet. I got the official link that shows the object structure and the property of the list box control SelectedItems. SelectedItems is a collection of everything selected which you can iterate through and perform manipulations.




Link: http://url123.com/nu7hp

0 Comments:

Post a Comment

<< Home