DataList::SelectedValue Property
.NET Framework (current version)
Gets the value of the key field for the selected data list item.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Object^The key field value for the selected data list item. The default is null, which indicates that no data list item is currently selected.
| Exception | Condition |
|---|---|
| InvalidOperationException | The DataKeyField property has not been set. |
.NET Framework
Available since 2.0
Available since 2.0
Show: