Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Developing a Website where the TabContainer will be there with two TabPanel.
But when I click on TabPanel Header then one menu should get displayed, from where I can choose the appropiate options to be open.
Like
Users    Reports  Tansaction         Master tools
                 >Movement Report
                 >Stock Report
                 >Customer Report

When I choose any of the option then the particular page should open.

I wrote the following code to bring tabs
ASP
<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0"
           Height="454px" Width="741px" >
           <asp:TabPanel runat="server" HeaderText="Explore" ID="TabPanel1">
           </asp:TabPanel>
           <asp:TabPanel ID="TabPanel2" runat="server" HeaderText="Report">
           </asp:TabPanel>
 </asp:TabContainer>

but I don't know the next part of the code.
Please help me.
what way to choose, what control need to be implemented.
please help.
Posted
Updated 21-Feb-12 0:03am
v2
Comments
Sudip Saha 21-Feb-12 6:23am    
Yes no one has any idea about ASP.NET 3.5 AJAX Please Search in Google to get your answer
[no name] 21-Feb-12 10:05am    
who told you to give comment here!
If you don't know anything.
someone will help me.
I'm sure about it.
[no name] 21-Feb-12 10:07am    
Please help me its 20 hours
[no name] 21-Feb-12 10:09am    
Please help me!
please

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900