On Click of tab page

  • Thread starter Thread starter Diarmuid
  • Start date Start date
D

Diarmuid

The On Click event of a tab page doesn't trigger for me. Is there something
else I must do?
The OnClick event of the tab control itself does work.
Thanks
Diarmuid
 
Btw, I don't the page itself. I want to run some code when the user clicks
to select that page. As in the tab heading. I know the on click event works
if the user clicks in the body of the page.
 
Diarmuid said:
Btw, I don't the page itself. I want to run some code when the user clicks
to select that page. As in the tab heading. I know the on click event works
if the user clicks in the body of the page.


Use the Change event instead of the Click event.
 

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