Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Button Not working under tab control
posted

Hi ,

I have a placed asp.net button under contenet template of tab control.

I asssociated a btnSave_click event to that button.

but when i am clicking the button . This event is not getting fired out.

no error is also displaying. Please Suggest me the following possibalities for that one.

Regards,

Jaddu

  • 24497
    posted

    Hi Jaddu,

    I can not explain that. Please try following:

    1. Create a temporary form and add UltraWebTab to it
    2. Add few tabs
    3. Drop on one of them asp:Button
    4. Double click on that button and dot-net will generate for you click handler for that button
    5. Set break point in that handler and run application in debug mode
    6. Click button and you should hit break point

    If it does not work, then please submit a bug report with sample application.