0
votes
2answers
77 views

Control button visibility depending on active tab on AjaxToolKit:TabControl

I have an ASP.NET page containing a button, an AjaxToolKit TabControl and two TabPanels. I would like to have the button enabled, when tab #0 is selected and disabled, if any other tab is ...
2
votes
3answers
185 views

How do I get the height of a tabcontainer using jQuery or javascript?

I have a tabcontainer within an accordion. If the tab I am on is shorter than the tab I switch to, I have to scroll to see the content on the new tab. I want to be able to "catch" the height of the ...
1
vote
2answers
841 views

AJAX :: Tabcontainer Doesn't Show Tabs In Properlly?

i am using TabContainer Control of AjaxToolkit for asp.net but when i using it in my project it doesn't shows properly. i googled much but can't find proper solution see below image please help me. ...
0
votes
0answers
64 views

printing multiple tabs in ajaxtoolkit tabcontainer

I have a project with 4 tabs that i have implmented with Ajaxtoolkit tab container. Each tabl has a user control being displayed. Now I have to print the all the tabs into a single document. Is this ...
0
votes
1answer
216 views

cannot find html elements inside the tabs of ajaxtoolkit tabcontainer when using js

I am using Asp.net 4 C# 2010. I have two tabs using ajaxtoolkit tabcontainer and I want to address the elements inside using javascript. <asp:ScriptManager ID="ScriptManager1" runat="server"> ...
0
votes
1answer
957 views

AjaxToolkit: TabContainer on the page is focused on postback

I have almost the exact same question as at the following post (and I tried both of the answers, but neither works), except I'm not worried about whether the TabContainer is last on the page or not - ...
1
vote
3answers
2k views

How to select a tab from TabCointainer (AjaxToolKit)

How can I select a tab programmatically of a TabContainer? and also how can I get the selected Tab?
0
votes
2answers
3k views

Maintaining TabContainer active tab after postback from within the tabs (with AutoPostBack='false')

I have an AjaxToolkit TabContainer control with a number TabPanels. Each TabPanel has a different UserControl in it to display some information. Some of these UserControls have either a LinkButton or ...
2
votes
2answers
321 views

Positioning tabs in TabContainer

I'm working with ajaxtoolkit:TabContainer. I need to add two tabs (which i can do) but i need one of the tab headers in the far left and the other in the far right. I've been playing with CSS ...
1
vote
1answer
1k views

How do you use WatiN to click on an Ajax toolkit TabContainer header?

I have an ajax toolkit TabContainer control on my page with a couple tabs. In my test, I would like to switch between the tabs. I've tried _ie.Span("tabHeaderID").Click(), .MouseDown(), ...
2
votes
2answers
4k views

ASP.AJAX TabContainer/TabPanel Customisation

Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether ...