Hi all,

I've few number of text boxes and check boxes on different tab pages. On the change of the status on any control, I want to enable a button. What's the easiest way to do it?

If I try with the state change of each control I've to use large number of methods. I want to avoid it as much as possible.

Thanks.