What I want to achieve is when I click on the tab of RadTabStrip then at that time load the pageview of the tab instead of loading all three tabs data at once.
I solved this through the idea posted by one of your support person as described below.
When user click the tab I load the control at the server side, code snippet is as below
Now the problem is my control(
CustomerDetailTab.ascx) which is loaded has the button and the event against that button is not firing.When I click the button all the control disappear and in debugging control never go to the clicked event.
What I am missing what should I need to do?