Maintaining the ActiveTabIndex of the AJAX Control Toolkit TabContainer Programming Web Development by new SE hi, i have a problem with my tabcontainer that once user click the tab, it …server"></cc1:ToolkitScriptManager> <cc1:TabContainer ID="MyTabContainer" runat="server" …ContentTemplate> </cc1:TabPanel> </cc1:TabContainer> [/CODE] How to use tabcontainer in master page Programming Web Development by sushmaja.arumalla.9 … ajax tab container and the content of the tabcontainer should be place in different pages.For this …i have used the following code <asp:Tabcontainer ID="Tabcontainer1" runat="server" …;/ContentTemplate> </asp:TabPanel> </asp:Tabcontainer> In the content page of the master page i… Re: Maintaining the ActiveTabIndex of the AJAX Control Toolkit TabContainer Programming Web Development by new SE …; (! (sender == null))) { if (sender.GetType().ToString().Equals("AjaxControlToolkit.TabContainer")) { ((AjaxControlToolkit.TabContainer)sender).ActiveTabIndex = (int)ViewState["ActiveTabIndex"]; } } } protected void… Re: How to use tabcontainer in master page Programming Web Development by sushmaja.arumalla.9 Here I'm not using the tabcontainer control because it is meaning less to make postback using …;> </asp:ContentPlaceHolder> <link href="Styles/Tabcontainer.css" rel="stylesheet" type="text/css… ajax tabcontainer help... Programming Web Development by ben2008 Hi, I have a tabcontainer with two tabs.Both contains a third party calendar control. And have a button outside the tabcontainer to change the view of calendar. I can do this with the first tab calendar, but when goes to second, how to do the same with a single button control. Any help appreciated.. Thanks in advance Bens Ajax / TabContainer / Back button issues Programming Web Development by Doward … from. I'm doing so using a GridView under a TabContainer / UpdatePanel. Everything works fine, except one weird point - if you… navigate via the menu back to the page containing the TabContainer, all is well. HOWEVER, if I click on my browser… Ajax / TabContainer / Back button issues Programming Web Development by Doward … from. I'm doing so using a GridView under a TabContainer / UpdatePanel. Everything works fine, except one weird point - if you… navigate via the menu back to the page containing the TabContainer, all is well. HOWEVER, if I click on my browser… Re: Maintaining the ActiveTabIndex of the AJAX Control Toolkit TabContainer Programming Web Development by siju kuriakose Hi, No need to set the active tabindex on activetabchanged event normaly.You have to set the active tab index to on pageload if you want to display the required tab after a particular event fired from that tab like post comments etc. Usually without any help of code the tabcontainer shows the selected tab by clicking on it. hope your reply Using TrackFocus(), keeping focus in TabContainer on PostBack Programming Web Development by nickg21 … have a multi-step form with multiple tabs in a TabContainer. There are a couple radiobuttonlists that perform autopostbacks, and I… think this is because they are located inside of a TabContainer and TabPanel, which still seems a little ridiculous to me… Re: ajax tabcontainer help... Programming Web Development by sedgey … = value; } [/INDENT] } [/ICODE] 2. Handle the ActiveTabChanged of your event TabContainer and update your poperty with the tabID of the new… Re: Maintaining the ActiveTabIndex of the AJAX Control Toolkit TabContainer Programming Web Development by siju kuriakose Hi, You have to set the active tab index property after the event completed on a particular tab to the tab index(on page load). hope your reply Re: Maintaining the ActiveTabIndex of the AJAX Control Toolkit TabContainer Programming Web Development by new SE actually i cannot how all those thing work..can you show me some sample code? Re: How to use tabcontainer in master page Programming Web Development by Sals Put the Tab container in the master Page and in child pages have the individual tab activated of the master page, this should be easy. -mark this as an answer if it solves your problem. Re: ajax tabcontainer help... Programming Web Development by ben2008 Hi, I tried as you said ,but I coudn't make it.... can you describe step 2 and 3 with code sample? It is very helpfull to me. Thanks Re: Ajax / TabContainer / Back button issues Programming Web Development by Airshow [QUOTE=Doward;1189562]..... if you need more information, please ask![/QUOTE] Like mentioning that this is an ASP.NET question? At least, that's what I assume from the word "Gridview" :S I think you will have more luck in the ASP.NET forum. It doesn't sound like a raw AJAX/Javascript thing. [B]Airshow[/B] Re: Ajax / TabContainer / Back button issues Programming Web Development by Doward [QUOTE=Airshow;1190030]Like mentioning that this is an ASP.NET question? At least, that's what I assume from the word "Gridview" :S I think you will have more luck in the ASP.NET forum. It doesn't sound like a raw AJAX/Javascript thing. [B]Airshow[/B][/QUOTE] Alright, I'll post over there after I get my rear in to work. Thanks… Re: Ajax / TabContainer / Back button issues Programming Web Development by Airshow [QUOTE=Doward;1190501]Alright, I'll post over there after I get my rear in to work. Thanks![/QUOTE] :cool: and good luck, RequriedField validation for Checkboxlist Programming Web Development by umamahesh2020 …" type="checkbox" name="tabContainer$tabPanel2$GridView_4906$gvGridViewOrTable$ctl02$MultipleChoice_4908$chkChoiceList$0"…" type="checkbox" name="tabContainer$tabPanel2$GridView_4906$gvGridViewOrTable$ctl02$MultipleChoice_4908$chkChoiceList$1"… AJAX Tab Control Programming Web Development by Stretcher75 … that I added the textbox controls to inside the TabContainer and now the request does not see any values.…" runat="server" /> <cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="… table with the value of the textbox in the TabContainer? I need to know how to find the textbox… change tab containers's tabs using timer control Programming Web Development by diya0076 i want to change activetab of tabcontainer using timer cotrol.. i have three tabs in <cc1:TabContainer> n want to change automatically at runtime without refreshing the webpage.. it should be like the website : [URL="http://homeshop18.com"] homeshop18.com[/URL] In this at home page images are on different tabs Need help to create: ImageButton Click event tiggers Calendar pop up Programming Software Development by scorpio26krf …="ScriptManager1" runat="server"/> <TC:TabContainer runat="server" ID="Tabs" Width="… /> </ContentTemplate> </TC:TabPanel> </TC:TabContainer> </form> </body> </html>… File uploader in update pannel is not working Programming Web Development by umair.sabri …gt; <td> <cc1:TabContainer ID="tcEmployee" runat="server&…> </cc1:TabPanel> </cc1:TabContainer> </td> </tr>… AJAX Tab Control problem on asp.net form Programming Web Development by sana.f.qureshi_1 … both but tono avail. here is my code: <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="…="Opthalmology"> </ajaxToolkit:TabPanel> </ajaxToolkit:TabContainer> Help needed ASAP please! how to cutomize(overide) Loadviewstate Programming Web Development by sksJegadeesh … faced in that application. In my aspx page, i have tabcontainer with 3 tabpanel. One of the panel is having 2… read row data using sqldatareader and put in tab conatiner tabs on button click Programming Web Development by rekhad … sqldatabase. The data is being shown on web forms with tabcontainer and tabs. The scenario is I have three rows of… GridView Edit/Update problem Programming Web Development by dpreznik …() is not executed, thus nothing is saved. [CODE] <ajaxToolkit:TabContainer ID="tcDBInterface" runat="server" ActiveTabIndex="… Re: GridView Edit/Update problem Programming Web Development by Ossehaas I copied the code and it seems to be working ok on my pc. I used the same construction (Tabcontainer > UpdatePanel > GridView) so the error is not in the code you send. The GridView overlaps its container Programming Web Development by dpreznik Dear experts, I have a TabContainer, and one of its tab panels has a user control … Help with Autocomplete Programming Software Development by nikisen …; /> </Services> </asp1:ToolkitScriptManager> <asp1:TabContainer ID="TabContainer1" runat="server" Height="… Help with Autocomplete Programming Web Development by nikisen …; /> </Services> </asp1:ToolkitScriptManager> <asp1:TabContainer ID="TabContainer1" runat="server" Height="…