SelectionList.ItemDataBind Event
Occurs when an item in the list is bound to data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
When an item in a SelectionList control is created and data-bound, this event handler sets the properties of the list item from arbitrary expressions.
An item in a SelectionList control is of type MobileListItem.
This event is raised as each data source item is bound. This is the best time to filter or group items of the MobileListItemCollection collection, by using the Text or Value property.
Available since 1.1
ListDataBindEventArgs
ObjectList
ObjectListDataBindEventArgs
OnItemDataBind
SelectionList Class
System.Web.UI.MobileControls Namespace
ASP.NET Data Access Content Map
Introduction to the SelectionList Control
Creating New Controls
Creating Custom Mobile Controls