Hello
In the onUpdate command of a datagrid I am using the following to capture the new Name to update an XML file. However the following is not picking up the new value that is being entered:
Dim Name As TextBox = e.Item.Cells(1).Controls(1)
Dim editName As String = Name.Text
Any suggestions??
Thank you
In the onUpdate command of a datagrid I am using the following to capture the new Name to update an XML file. However the following is not picking up the new value that is being entered:
Dim Name As TextBox = e.Item.Cells(1).Controls(1)
Dim editName As String = Name.Text
Any suggestions??
Thank you