Hi there
I'm using ajax.tabcontainer ajax.tabpanel with these tabs 1-Myprofile - 2-Specialisation - 3-Load pictures - 4-Addess info -5 Users
So I got these on my DNN Module
Myprofile.
But I would like to load in other written DNN modules in these
tabs.. Specialisation, Load pictures, address info, users are ALL separated DNN modules.
So how can I get these modules in my TAB ?
I've created the settings in MyProfile Module (where the Tabcontaner is defined ) and put the link of the controlpages in there and I tried IFRAME but, then I get, HEADER, FOOTER, ALL LOGOS's, DNN coPanel etc. So the Tabcontainer should just should display the USERCONTOL it self.
how can I load a DNN module in TABcontainer /Tabpanel ?
any suggestions?
<
cc1:TabContainer ID="Tabcontainer1" runat="server" CssClass="green">
<cc1:TabPanel ID="TabMyprofile " runat="server" HeaderText="Myprofile ">
<ContentTemplate>
Display some text here
ContentTemplate>
cc1:TabPanel>
<cc1:TabPanel ID="TabSpecialisation " runat="server" HeaderText="Specialisation ">
<ContentTemplate>
//How to load a DNN Specialisation module here???????
ContentTemplate>
cc1:TabPanel>
<cc1:TabPanel ID="TabPictures" runat="server" HeaderText="Load pictures">
<ContentTemplate>
//How to load a DNN Pictures module here???????
ContentTemplate>
cc1:TabPanel>
<cc1:TabPanel ID="TabAddess info" runat="server" HeaderText="Addess info">
<ContentTemplate>
//How to load a DNN Address module here???????
ContentTemplate>
cc1:TabPanel>
<cc1:TabPanel ID="TabUsers" runat="server" HeaderText="Users">
<ContentTemplate>
//How to load a DNN Users module here???????
ContentTemplate>
cc1:TabPanel>
cc1:TabContainer>
All of them are customs module.