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
Hi Jaddu,
I can not explain that. Please try following:
1. Create a temporary form and add UltraWebTab to it2. Add few tabs3. Drop on one of them asp:Button4. Double click on that button and dot-net will generate for you click handler for that button5. Set break point in that handler and run application in debug mode6. Click button and you should hit break point
If it does not work, then please submit a bug report with sample application.