I have a form with a lot of controls (comboboxes, textboxes, checkboxes) and and "Update" button that I want enabled anytime a change is made on the form.
What would be the best way to handle the change events from the various controls or should I ask is there a simple way to do this when the form loads?
Add a handler or sorts?
Thanks in advance.