| EditableGridGetRowID Method |
Retrieves the ID of the given row.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public int GetRowID(
GridViewRow row
)
Public Function GetRowID (
row As GridViewRow
) As Integer
Parameters
- row
- Type: System.Web.UI.WebControlsGridViewRow
The row which ID should be retrieved.
Return Value
Type:
Int32The ID of the row.
Remarks See Also