R
Rick
I developing a large project that will have numerous text boxes, datetime
controls, checkboxes etc. all data bound to a
dataset/datatable/tableadapter.
I'm wondering what is the normal way to get notification from the program
that the user has changed some databound item? I know I can tap into the
OnChange event of all these individual controls, however it seems like there
should be something exposed at a more common level.
I looked at data table RowChanging, ColumnChanging events but they don't
trigger until I have updated the data. I want to know when the client makes
a change so I can enable a "Save your changes" button or similar.
Any suggestions?
Rick
controls, checkboxes etc. all data bound to a
dataset/datatable/tableadapter.
I'm wondering what is the normal way to get notification from the program
that the user has changed some databound item? I know I can tap into the
OnChange event of all these individual controls, however it seems like there
should be something exposed at a more common level.
I looked at data table RowChanging, ColumnChanging events but they don't
trigger until I have updated the data. I want to know when the client makes
a change so I can enable a "Save your changes" button or similar.
Any suggestions?
Rick