tabcontainer

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 it's feasible? Thanks ...

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(), .FireEvent("onclick"). I've tried these same methods on the parent span elements as well. I've also tried Eval-ing some javascript to set the active in...

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) query string parameter. So I have: protected void Page_Load ( object sender, EventArgs e...

TabContainer intermitting blank in IE and always empty in Firefox

Hey everyone, I have a tabcontainer with 3 tab panels that sometimes renders blank in IE6/7 and is always empty in Firefox. I looked at the source and it shows the visibility as hidden. I can't for the life of me see why this is happening. I checked Fiddler and Firebug and nothing looks out of the ordinary. All resource files are being...

What is the best way to remember tab selection with the .NET TabContainer?

This is what i am currently using to remember the state but wonder if there's a better way to do this? <script language="javascript" type="text/javascript"> function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=...

Confirmation on switching between tabs.

I have two tabitems. User will enter some data and save it on the first tab. The second tab lists the saved data. What I need is when the user select the second tab before saving data in first tab a confirmation message box with Yes, No and Cancel should be shown. If the user clicks Yes button the data should be saved and go to the secon...

AJAX Tabcontainer inside formview not inserting values

Hi guys, I have a TabContainer inside a data bound FormView (to present the information by category ex: Client Bio data, health history, financial details...). The Update and Insert of the formView doesn't work (posting NULL values to the database) - I guess the FormView cannot find the TextBoxes inside the tab container's tab panels. ...

Setting Selected Style in AJAX Control Toolkit - TabContainer

I am using a tabContainer in my page, and I have set the HeaderTemplete - e.g: <cc1:TabContainer ID="TabContainer1" runat="server" CssClass="tab"> <cc1:TabPanel ID="ListView" runat="server" HeaderText="List View"> <HeaderTemplate> <asp:Label style="padding:2px;" Width="100px" ID="ListHeader" runat="server" ...

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? ...

Asp.net AjaxToolkit TabContainter Active Tab changed - previous tab

Is there any way I can find what the previous active was when the active tab changed event is fired? ...

Ajax Control Toolkit - Use client-side button to activate tab

I'm using the TabContainer/TabPanel components of the Ajax Control Toolkit. I'd like to hide the tabs themselves and use a button elsewhere on the page to activate (bring to the front) one of the tabs without posting back to the server. I can show and hide the tabs by grabbing their clientIDs and manually setting the visibility and ...

Dojo TabContainer with styling in Internet Explorer

The following works in firefox: top:0px;margin-top:60px;bottom:0px;width:100%"> height:100%"> {% for row in tabContent %} top:0px;margin-top:60px;bottom:0px;width:100%"> ...

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 setting style.display = "block" on the click event. Unfortunately, this only partially works- th...

GridView Sort and Paging broken on User Control inside ajax tab container using lazy load?

Hello and Good Day I have a system that uses custom user controls for the information displayed on an ajax tabcontainer. I have finally gotten the lazy load of the user controls to work using triggers and placeholders to dynamically load the user control only the first time the user clicks on the respective tab. The issue I am facing ...

Dijit TabContainer tabs missing, serif fonts, all containers visible.

Hi, I have a small project I am doing, and am using Dojo for it. At the moment I can't get everything to load properly. I am trying to use the Tundra theme. Essentially, the issue is that the TabContainer is missing tabs, has serif fonts instead of sans-serif, and shows all ContentPanes inside it instead of hiding ones in non-active ...

using dojo tab container with viewScript

Hi, I am trying to get dojo tab containers working using this example: Creating Tab Form. However although this gives a basic feel for a tab form container, I would like to know if it is possible to alter the layout so that I can cusomise it to fit with my current look and feel of the application. I was thinking of viewscripts but uns...

resizing an iframe having a tab container to fit contents Problem in Chrome

Hi guys, I have a iframe in which i have a ajax control Toolkit tabcontainer control and i am using a javascript to re size the iframe to fit its contents.... the script works fine in all browsers whenever the page reloads but when i change an active tab of the tabcontainer it goes haywire in Chrome only and calculates a height which i...

Formatting data entry form question with absolute positioning and tabcontainer

Hello, Working in VS2005 and recently experimenting with MS Expression Web 3 and WebDwarf. I'm trying to get away from using tables to format data entry as well as find an edit tool that would help speed up what up to now has been size/position trial and error formatting. To get labels and field to line up so that labels are aligned r...

Calling multiple javascript functions on event

I'm using the ajaxcontroltoolkit and trying to call a couple of functions on a tab changed event. I want to call more than one js function from my OnClientActiveTabChanged function but keep getting the error Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET ...

Tabcontainer behaves different from browser to browser

The following code works on IE8, Safari 4.0.2 - but generates an empty page on Firefox 3.5.5. Any idea ? <html> <head> <link rel="stylesheet" type="text/css" href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/tundra/tundra.css"&gt; </head> <body class="tundra"> <div style="width: 350px; height: 300px"> <div id="...