Tuesday, January 13, 2015

Working with Listbox control of ASP.NET

Today we see how to work with ASP.NET's Listbox Control in following video tutorial.




Listbox is collection of ListItem type of objects.

Items can be added to Listbox in HTML source or in some case ListBox can be bound to a database table or an XML file.

Several useful properties of ListBox control:
1.Rows
2.SelectionMode : Single or Multiple selection
 3. Selected: True or False
 4. DataTextField - Used when bounded with data
 5. DataValueField - Used when bounded with data

Please share, subscribe and like.

No comments:

Post a Comment

IndiBlogger - The Indian Blogger Community