P
Pulkit Sharma
Hi,
I am using a gridview control in asp.net 2.0 and creating some dynamic
template fields in it. Whenever I am trying to get the e.NewValues in the
row_updating event , it is always nothing,
Is this a know issue? If there is a work around please let me know.
Protected Sub gridSystemLookUpValues_RowUpdating(ByVal sender As Object,
ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles
gridSystemLookUpValues.RowUpdating
' e.OldValues and e.NewValues is always nothing here
End Sub
Regards
Pulkit
I am using a gridview control in asp.net 2.0 and creating some dynamic
template fields in it. Whenever I am trying to get the e.NewValues in the
row_updating event , it is always nothing,
Is this a know issue? If there is a work around please let me know.
Protected Sub gridSystemLookUpValues_RowUpdating(ByVal sender As Object,
ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles
gridSystemLookUpValues.RowUpdating
' e.OldValues and e.NewValues is always nothing here
End Sub
Regards
Pulkit