Sunday, December 19, 2010

Drop Down List

The process of attaching the “dropdownlist” control to a source of data is nothing but “data binding.” This process of “binding” can occur in several ways including databases, arrays, and so on.




Binding to a Simple Array
Binding to an ArrayList
Binding to a hashtable
Binding to a data table
Binding to a data set
Binding to a data view
Binding to a set of objects
Binding manually

No comments: