AxpDataGrid

AxpDataGrid.GetUpdateValue Method 

Retrieve data value posted by the user in the Edit Form

[Visual Basic]
Public Function GetUpdateValue( _
   ByVal FieldName As String _
) As String
[C#]
public string GetUpdateValue(
   string FieldName
);

Parameters

FieldName
The Column Name

Remarks

Available in the grid's Init event.
Example
Dim s As String = AxpDataGrid1.GetUpdateValue("ProductName")

See Also

AxpDataGrid Class | Axezz.WebControls Namespace