Questions tagged [tabcontainer]
205 questions
8
votes
9 answers
How do I dynamically show and hide an entire TabContainer using DOJO?
DOJO seems to have some quirks here. I specifically need to have the TabContainer hidden when the page loads, but then become visible after the user clicks a button. The first thing I tried is setting style.display = "none" to start, and then…
Brian Schroth
6
votes
5 answers
AjaxToolkit: the last TabContainer on the page is focused on page load
I'm using more than one TabContainer on a page in an ASP.NET project and I noticed a really strange behavior: when the page is loaded the focus jumps to the last TabContainer on the page, causing it to scroll down. I don't explicitly focus on any…

Ioana Marcu
- 551
- 8
- 25
6
votes
2 answers
How do I specify the selected tab with dijit.layout.TabContainer?
How do you specify the selected tab at startup?
How do you programmatically select tabs?
Arlo
5
votes
3 answers
Setting active tab in ASP.NET Ajax TabContainer causes entire container to disappear
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer. In the Page_Load event, I am hiding some of the tabs based on the data given to the page. I then want to make one of the tabs active based on the value of an (optional)…

Matt Peterson
- 5,169
- 4
- 32
- 34
4
votes
2 answers
How to change Dojo TabContainer behaviour to simply open an external link instead of showing a ContentPane?
I am working with a TabContainer having several different ContentPane children. Each of them is equipped with a href param to fetch external AJAX content shown when a tab is being selected:
dojo.addOnLoad(function() {
var tc_nav = new…

proximus
- 689
- 7
- 20
4
votes
3 answers
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?

user710502
- 11,181
- 29
- 106
- 161
4
votes
4 answers
Dijit Tabcontainer inside a custom widget-Tablist width runs too long
I have a templated custom widget that inherits from dijit.layout._LayoutWidget, dijit._Container, and dijit._Templated which gives my widget native Widget support for resizing, etc. All I need is a TabContainer, which is sized to the size of widget.…

nvd_ai
- 1,060
- 11
- 20
4
votes
7 answers
ASP.NET - Ajax Control Toolkit - TabContainer always hidden
I used the following code to add TabContainer to page

Farhad
- 803
- 4
- 8
- 20
4
votes
1 answer
enable and disable tab in ajax tabcontainer in button click
I am using ajax tab container in asp.net app, having 2 tabs 1.first tab having gridview , 2. second tab having add new item form.
on rowcommand click i am getting all values in second tab, on click of edit i enable all the controls to edit.
During…

Sushant
- 391
- 12
- 28
3
votes
2 answers
Any idea why my dojo TabContainer is so messed up?
I have a website that has a dojo TabContainer. I've been trying to upgrade the dojo library from 1.2 to the later versions.
At 1.5 I've run into a problem.
This is what the TabContainer looks like in FF at 1.5, and what it looked like in the…

Brandon
- 68,708
- 30
- 194
- 223
3
votes
3 answers
ajaxcontroltoolkit tabcontainer style themes css
This link: http://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html
has a great collection of themes for asp.net tabcontrol. Can someone help me find out where i can download css for all the themes shown in that page?
I tried all the…

user630536
- 41
- 1
- 1
- 5
3
votes
2 answers
asp:TabContainer not styled after deployment, then just fixes itself?
I have an asp:TabContainer on a form and after the app is re-deployed to the server, the tabs aren't styled. If I take the Webresource.axd URL and try to load it in the browser, I get a redirect to a login page, so it seems like an authentication…

Cade Roux
- 88,164
- 40
- 182
- 265
3
votes
2 answers
Javascript for when AjaxControlToolkit TabContainer is ready?
I have a page with a TabContainer control (from the Ajax Control Toolkit), and I toggle the visibility of some elements on the page depending on the currently-selected tab. I'd been doing this in an event handler for OnClientActiveTabChanged (which…

Caleb Bell
- 520
- 6
- 23
3
votes
1 answer
AjaxControlToolkit 16.1 TabContainer CSS Not Working/Breaking
I was using Ajax Control Toolkit ver 15 with TabContainer and using CSS without any problem.
However once upgraded to ver 16.1, the TabContainer CSS is breaking. The content of the TabContainer is now showing towards the right side of the tabs as…

TPG
- 2,811
- 1
- 31
- 52
3
votes
2 answers
Tab container - Button event is not firing
In tab container let say I have two tabs [Tab1 & Tab2]
Tab1 has 2 text box with required field validator
Tab2 has 3 text box with required field validator
Now even if I am filling all the text boxes in the TAB1, it is not allowing me to postback.…

Zerotoinfinity
- 6,290
- 32
- 130
- 206