I'm having a custom css-driven tabPanel in an Ajax enabled ASP.NET page.
In the page_load event I have the "if not isPostBack" that is needed for ajax to work and it works, but... Not for the tabPanel:
When from (say) tab N° 4 I click a submit button that is run at server, when control comes back all the content of my tabs is reset and the default tab is displayed, AS IF a postback was performed.
Does someone have an idea why?