tags:

views:

167

answers:

0

Hi All

I am using ajax tab container in master page with more than 4 tab panels, but when i include asp:contentplaceholder in content template of each tab panel i am not able to see the second or the third page (aspx) when i click on the tab.. i searched through net but didn get any answers. Pl help me.

only the first page (aspx) included in content place holder is getting loaded the sencond asd so pages in tab panel are not// ..

my example code here

<tabcontainer>
<tabpanel>
<contenttemplate /> (.. only tis loaded)
</tabpnel>
<tabpanel>
<contenttemplate /> (.. not this one even when i clicked it)
</tabpnel>
<tabcontainer>

related questions