The SortedList Object
(July 15, 2005)
The SortedList Object
There is an excellent article on the SortedList Object on w3schools.com
The SortedList object contains items in key/value pairs. A SortedList object automatically sort the items in alphabetic or numeric order.
Items are added to the SortedList with the Add() method. A SortedList can be sized to its final size with the TrimToSize() method.
ASP.NET - The ArrayList Object
(July 8, 2005)
ASP.NET databinding
(July 8, 2005)
Data Binding
This tutorial describes how to bind data from a scripted data source.
The following controls are list controls which support data binding:
- asp:RadioButtonList
- asp:CheckBoxList
- asp:DropDownList
- asp:Listbox
The selectable items in each of the above controls are usually defined by one or more asp:ListItem controls, like this:





