views:

258

answers:

0

Hi

Can any one tell how to use AJAXControlToolkit's Tab container in Master page.

My application has more pages, if I use tabcontainer i can include contentplace holder for each panel.. but the problem is only the first page is being displayed for me, when i click on the second tab nothing is being displayed .. here is my application tab container

< tabcontainer > < tabpanel > < contentTemplate > < asp:contentplaceholder ID="Page1" /> < /contentTemplate > < /tabpanel > < tabpanel > < contentTemplate > < asp:contentplaceholder ID="Page2" /> < /contentTemplate > < /tabpanel > < tabpanel > < contentTemplate > < asp:contentplaceholder /> < /contentTemplate > < /tabpanel > < /tabcontainer >

and I am using the (page1 & page2) in two different (aspx) pages..

but only page1 is getting loaded not page2 (when i navigate to) the sameproblem for other pages as well