GridView.SelectedRow Property
.NET Framework 3.0
Gets a reference to a GridViewRow object that represents the selected row in the control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
When a row is selected in a GridView control, use the SelectedRow property to retrieve the GridViewRow object that represents that row.
Note: |
|---|
| This is the same as retrieving the GridViewRow object at the index specified by the SelectedIndex property from the Rows collection. |
This object can then be used to access the properties of the selected row.
Community Additions
ADD
Show:
Note: