DataList.Item Property

There are two overloads for this property

Overload List

Item[String] This can be used to get the value of the specified column in the currently selected item
Item[Int32, String] This can be used to get the value of the specified column in the specified row of the data list's data source.

See Also