While using Ajax TabContainer control with master page, I'm running into an issue where just the tab having ActiveTabIndex value set gets loaded with the content page, but the pages on the other tab do not get loaded. Is there a property or an event that needs to be used in order to load other tabs that uses other content pages ?

Please advise!

link|improve this question
feedback

1 Answer

You will only be able to load one content page at a time with asp.net.

The point of a master page to to create a common design that will carry through to all of the pages. When a content page is loaded, the master page is rendered with the content pages content inside of it as a complete page.

It works basically as a template that is applied to all content pages, not a single page in which all content resides.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.