The text of this article is not in this database — only its details are. Read it on the old site: Ajax tab control using CSS
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Ajax tab control using CSS
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Patricio TelloPosted Jan 4, 2012, 3:56 PM
I really needed this information, thanks Purushottam
srinivas dudamPosted Jul 4, 2011, 9:46 AM
Thank You Purushottam.. I got exactly what I was looking for. After struggling for 4 hours. Thank You So Much
Ayesha balooshiPosted Apr 13, 2010, 7:11 AM
good day, i've used the same steps to create my tabs using the tab container .. however am just getting a blank page. can you help me in it?
Roger CochraneeditedPosted Feb 11, 2010, 12:52 PMEdited Feb 11, 2010, 12:54 PM
Hello Purushottam, I wonder if you can suggest how I can change the selected tab from another window in the tab container. This is my aspx code: <asp:UpdatePanel ID="UpdatePanel1" UpdateMode="Conditional" runat="server"> <ContentTemplate><div> <tabctrl:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" Width="1250px" ScrollBars="None"><tabctrl:TabPanel ID="TabPanelMap" runat="server" HeaderText="Map"> And here is the codebehind I am using: AjaxControlToolkit.TabContainer container = (AjaxControlToolkit.TabContainer)TabContainer1; container.ActiveTabIndex = 2; I get the error that the 'TabContainer1' does not exist in this context. Do you have any thoughts? Thank you.