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?

link|improve this question

55% accept rate
Could you please post your code? There must be something wrong with it. – Hanlet Escaño Oct 3 '11 at 17:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.