SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
Hi,
I am looking for some opinions here.
At what point do you want to persist data changes back to the server? I am coming from ACCESS where the data is changed when you leave the row.
I currently have a form with three DataGridViews on it. I don't really want to have three bindingNavigators and have them pushing the save button each time they do something on any of the three DGVs. Could you have one save button at the top and instruct them to push it, and the put the code behind it to save to all three, knowing they may not have changed all three?
Or do you put it on the close event of the form? Or should you put it in an event everytime they leave a row, that could be excessive for my project.
How do others do it?
Thanks
Steve
I am looking for some opinions here.
At what point do you want to persist data changes back to the server? I am coming from ACCESS where the data is changed when you leave the row.
I currently have a form with three DataGridViews on it. I don't really want to have three bindingNavigators and have them pushing the save button each time they do something on any of the three DGVs. Could you have one save button at the top and instruct them to push it, and the put the code behind it to save to all three, knowing they may not have changed all three?
Or do you put it on the close event of the form? Or should you put it in an event everytime they leave a row, that could be excessive for my project.
How do others do it?
Thanks
Steve