G
Guest
I have a gridview template field that I would like to get the value of during
the RowEditing event, but can't figure out how.
Here's an example of how I get the value of a cell for the row being edited:
Dim WasherNum As String = gvBrazeLoad.Rows(e.NewEditIndex).Cells(6).Text
It works if the Cell is databount, but it doesn't work for a template field.
How do I do it?
the RowEditing event, but can't figure out how.
Here's an example of how I get the value of a cell for the row being edited:
Dim WasherNum As String = gvBrazeLoad.Rows(e.NewEditIndex).Cells(6).Text
It works if the Cell is databount, but it doesn't work for a template field.
How do I do it?