W
Wan
Hi,
I have a vb.net form with some controls on it, let says, combobox,
text, comment, etc. databinding
to a dataset. I also have a save button that when click will update the
changes to a dataset. The save button is disabled when form is first
loaded. As soon as the user edits or changes one of the values in an
editable control, I would like to enable the save button. What is the
most efficient way to do this? I used in the past is to check
TextChanged (or ValueChanged or whatever) event of the control itself
to enable/disable save button. I'm open to ideas. Thanks for the
assistance.
Regards,
Wan
I have a vb.net form with some controls on it, let says, combobox,
text, comment, etc. databinding
to a dataset. I also have a save button that when click will update the
changes to a dataset. The save button is disabled when form is first
loaded. As soon as the user edits or changes one of the values in an
editable control, I would like to enable the save button. What is the
most efficient way to do this? I used in the past is to check
TextChanged (or ValueChanged or whatever) event of the control itself
to enable/disable save button. I'm open to ideas. Thanks for the
assistance.
Regards,
Wan