D
David C
I have a GridView that is used to display and edit a SQL table. I have a
text field that I need to know if it changed during the update and also what
the previous Text value was before the change. What is the best way to do
this? I have other code in the OnRowEditing event, but I only want to do
take some action if the Text was actually saved in the SQL UPDATE. Thank
you.
David
text field that I need to know if it changed during the update and also what
the previous Text value was before the change. What is the best way to do
this? I have other code in the OnRowEditing event, but I only want to do
take some action if the Text was actually saved in the SQL UPDATE. Thank
you.
David