Let's say I have a form, on this form there's a datagridview and some text boxes, all databound. If a user opens the form and make some changes, when he closes the form without clicking the "Save" button, a message box should pop up and promt the user to save the data.
I know how to call the message box when user closes the form, but I only want this box pops up when there's some unsaved data on the form. How do I detect the changes from the last save?
Loading
Henry VuongPosted Sep 19, 2008, 1:24 AM
Posted Sep 17, 2008, 10:43 PM