Click or drag to resize

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
)

Parameters

row
Type: System.Web.UI.WebControlsGridViewRow
The row which ID should be retrieved.

Return Value

Type: Int32
The ID of the row.
Remarks