| EditableGridGetRowOutput Method |
Retrieves a complete HTML output of the specified row.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected string GetRowOutput(
GridViewRow row,
int currentRowID
)
Protected Function GetRowOutput (
row As GridViewRow,
currentRowID As Integer
) As String
Parameters
- row
- Type: System.Web.UI.WebControlsGridViewRow
The instance of a GridViewRow to render. - currentRowID
- Type: SystemInt32
The current row ID.
Return Value
Type:
StringRow output.
Remarks See Also