Control Validation

  • Thread starter Thread starter Adelphia
  • Start date Start date
A

Adelphia

I have multiple controls on separate tab pages. How would I know if a
control on the tab page has changed so I can disable the tab strip until the
hit save?? I know I can do it for each control, but is there a way to do it
for the whole tab page without coding each control??

Thanks in advance,
Aaron
 
The tab page has a control collection. You can loop through that control
collection and set the Enabled property to False.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top