G
Guest
How can I detect a change in a data grid using VB.net
I do not want to cycle through all the controls (text boxes ) in the grid unless change has been made
The Grid has a textbox control to display data. If there is no change then I do not want to update the grid or the database. If there is a change (even a click inside the textbox) then I would like to update the database and refresh the grid
ANy hlep or suggestion are welcom
Jawahar
I do not want to cycle through all the controls (text boxes ) in the grid unless change has been made
The Grid has a textbox control to display data. If there is no change then I do not want to update the grid or the database. If there is a change (even a click inside the textbox) then I would like to update the database and refresh the grid
ANy hlep or suggestion are welcom
Jawahar