J
James Minns
Hi,
I have a form which views exactly one record from a dataset. It uses a
BindingSource and has bindings linking several textboxes to the data.
I would like to enable / disable the "Close" "OK" and "Cancel" buttons on
the form according to the row status; What is the best way to do this? I
can't find an event which fires when the user modifies a value in a bound
text box - I don't want to add a handler for every "TextChanged" event!
Thanks for any ideas,
James
I have a form which views exactly one record from a dataset. It uses a
BindingSource and has bindings linking several textboxes to the data.
I would like to enable / disable the "Close" "OK" and "Cancel" buttons on
the form according to the row status; What is the best way to do this? I
can't find an event which fires when the user modifies a value in a bound
text box - I don't want to add a handler for every "TextChanged" event!
Thanks for any ideas,
James