The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
610 views

Ajax Tabcontainer in asp.net

I am using Ajax Tabcontainer in my web site. In my web page i have assigned narrow space for tabs. If number of tabs are more than the given space then it arranges that tabs in next row. Instead of ...
0
votes
0answers
58 views

Asp.net Ajax tab container not working in IE8

I am using AjaxControlToolkit version 4.1.51116. I used Tabcontainer from this. It is working fine with IE9, firefox, mozilla etc. But when checked in IE8, it gives me error as below in everytime when ...
0
votes
0answers
27 views

calling ascx files from in a dojo tab container in c#/ASP.Net

What is the best method to call ascx files from a dojo tab controller using c# and ASP.net Currently I have the tab controller defined with placeholders and the tab entry is clicked the process calls ...
1
vote
2answers
6k views

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 ...
0
votes
1answer
15 views

Disable a tab in dijit.layout.tabcontainer

alert(dijit.byId("CPane1AvailableContentPane").get("disabled")); dijit.byId("CPane1AvailableContentPane").setAttribute("disabled",true); ...
0
votes
0answers
61 views

Spinning Circle ASP.NET TabContainer UpdatePanel Ajax Control Toolkit

My final goal is to update a series of TextBoxes and Gridviews in a TabContainer. The TabContainer is inside an UpdatePanel. It is my understanding that the TabContainer must itself be in a ...
0
votes
0answers
38 views

How to change tab using javascript in a tab container in Internet Explorer

I am using the Ajax toolkit tab container. I have a javascript function which changes the active tab, which is working perfectly in firefox.However in IE, it does work, but the tab doesnt change ...
0
votes
0answers
20 views

TabContainer with scrollable gridviews

I have a tabContainer with 3 tabs. Each tab displays a unique gridview. I need vertical scroll bars for the grid everytime the user clicks on 'Show all'. The code works for the first gridview in the ...
0
votes
2answers
37 views

Break dojo tabs onto multiple rows?

Is is possible to have a dijit TabContainer with tabs on more that one row instead of the default situation (where you scroll left and right to see the extra tabs)? I'm using dojo 1.8 and the claro ...
0
votes
3answers
30 views

javascript contents are not getting loaded,if i create a tab/contentPane dymaically with .xhtml as input

I am creating a dynamic tab/contentPane as below in home.xhtml file and i am trying to call a function display which is present in order.xhtml,its not getting called. what ever java script is there in ...
0
votes
0answers
472 views

ASP.net ajax tabcontainer css styling doesn't work

First time asking a question here, so pardon any breaches of etiquette. Have been using Java for the last 6 years, so my Microsoft/VB/asp/html/css skills are really rusty. Having said that, however, ...
1
vote
3answers
956 views

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 ...
0
votes
1answer
127 views

Create TabContainer dynamically and add it to accordion pane dynamically

I have created an accordion pane dynamically but now I want to add Ajax TabContainer to my accordion pane with multiple tabs but for some reason if I add multiple tabs it does not show but in my page ...
0
votes
1answer
31 views

dojo tabContainer gets the width of the largest tab

I am using a dijit/layout/TabContainer with two tabs. I create them like this: <div dojoType="dijit.layout.TabContainer" doLayout="false"> <div dojoType="dijit.layout.ContentPane" ...
0
votes
1answer
202 views

Aps.Net Nested UpdatePanel's Button Click Event does not fire

I have a dynamically created UpdatePanel inside a TabContainers TabPanel. I have also created a button inside the newly created UpdatePanel. Problems is, that the click event for the new button does ...
2
votes
3answers
133 views

ajaxToolkit:TabContainer confirm when adding tab

I want my ajaxToolkit:TabContainer to have a tabpanel that allows the user to add another tab. I only want it to postback when they have clicked the "+" tabpanel and no other. I can't seem to stop the ...
3
votes
2answers
1k views

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 ...
1
vote
1answer
136 views

Prevent page reload on an AJAX TabContainer when AutoPostBack = true?

Is this possible? I've got an AJAX TabContainer, and 3 tabs in the container. On Tab #2, I've got a checkbox that, when checked, enables a textbox. When the checkbox is unchecked, the textbox ...
0
votes
2answers
73 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 ...
0
votes
1answer
3k views

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?
0
votes
0answers
82 views

Dijit ContentPane disapears when IE Browser is resized

I'm working with Dojo BorderContainer, TabContainer, and ContentPanes. It seems when you programmically add a dojox ContentPane or dijit ContentPane and resize the browser window in IE 7 or IE 8, the ...
0
votes
0answers
13 views

runat attribute of popup control id

I have a modal popup in a tab container... the modal is supposed to popup the panel (below) on click of a button in the tab panel... The problem is the tab panel does not render. If I remove the runat ...
0
votes
1answer
401 views

Ajax Tab Container invisible

After a day of googling, I have to ask this... this question has been ask numerous times but few seem to have got the answer. Why does the tab container go Hidden on page load?? Does ANYONE have a ...
0
votes
0answers
230 views

ASP.NET Tab Container Retain Control State on Switching tabs

Here's my setup: ASP.NET Web Forms, .Net 4.0 Framework AJAX Tab container Was thinking if switching to tabs that were previously opened could be loaded from view state? Assuming the View State is ...
0
votes
1answer
115 views

How do i set the active tab in a tab container without using the index of the tab?

I have a tab container, call it tbcSP. it has three panels, each with id's that run offIss, workIss and katIss. Now, I use a link to go to the page where the tab container is kept, using a query ...
1
vote
2answers
208 views

Auto Post back property not working with tab container

I am applying globalization on my hotel management system web portal and i am stuck with an issue.My issue is that i have a drop down list of two languages English and Spanish and i set ...
2
votes
3answers
180 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 ...
0
votes
2answers
95 views

Align a button to top

I am building a webapp in .net using some of the AJAX features; in this case it is TabContainer. Below is a screenshot of the area I want to play with. The menu on the left is the tabs of ...
0
votes
1answer
122 views

use FileUpload in TabContainer

i use FileUpload control asp.net in TabContainer control (tab asp.net ajax control toolkit: address). but FileUpload its not working this. please help me for use FileUpload in TabContainer.
0
votes
3answers
2k views

How do you test whether a tab is active with dojo tabs

How do you test whether a tab is active or not with a dojo tab container? (In JQuery this is simple... you can use something like this if($("#accordion").accordion('option', 'active') == ...
0
votes
0answers
255 views

Inactive TabPanel runs render lifecycle asp.net

I have a TabContainer with 5 tabs in it. It's very simplistic. Each of the tabs has a set of user controls on them. The TabContainer itself is set for OnDemand="True". Some of the user controls ...
0
votes
0answers
58 views

how to get name of active tabs in asp and refreshing the tab contents

Im having three tabs , suppliers,contacts,customers. In which i can add contact in all of the tabs content, and it will be shown in contacts page , but it doesn't, after refreshing the browser i get ...
0
votes
0answers
33 views

Enhanced grid inside tabcontainer set title issue

I have a dojo tabcontainer that has threee tabs, each tab has enhancedgrid inside a search form. Each search results to populate differnet data stores for each enhancedgrid and sets the title of each ...
0
votes
1answer
114 views

Maintain position on web application

I hope I have done my homework on this one. I have a fairly large web application and when a button is pressed the webpage jumps to the top of the page on postback. I am aware that the page needs the ...
3
votes
6answers
5k views

ASP.NET - Ajax Control Toolkit - TabContainer always hidden

I used the following code to add TabContainer to page <asp:TabContainer ID="TabContainer1" runat="server"> <asp:TabPanel runat="server" HeaderText="tab one" ID="TabPanel0"> ...
0
votes
0answers
206 views

ASP inline Find Control for Tab Container

I am using a tab container with 3 tabs to display MS Sql 2008 R2 - DB data in different states. I added a DropDownList box inside of a Tab Panel to select a condition for my SQLDataSource to filter ...
0
votes
0answers
103 views

first tab panel to be hidden or on load no tab should be selected ajax asp.net

Hi im confused how to do a simple thing. 1) Im using dotnet 3.5 and i cannot upgrade to dotnet 4. 2) Im using ajax tabcontainer and ajax tab panel 3) No tab should be selected on page load but ...
0
votes
2answers
329 views

EnhancedGrid in a TabContainer not working

I've been beating my head against the wall on this one for a while. I've done a ton of google searches and I think that I've set it up correctly, but it doesn't work. I have an enhancedGrid on top ...
1
vote
2answers
832 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
1answer
93 views

Dojo Dijit styling issues

I'm trying to use a dijit/layout/TabContainer with a modified dijit theme. I need to modify some of the styling of the TabContainer tabs such as the padding of the tabs, boldness, etc. However the ...
0
votes
0answers
419 views

AjaxToolkit TabContainer doesn't work with GridView

all! I've got TabContainer element from AjaxToolkit to use. If I put some label inside a TabPanel, it's showed correctly. But if I put a GridView ASP.NET control, it doesn't work. The item isn't ...
1
vote
1answer
307 views

dojo tabContainer title(label)

all I have a tabContainer with tiltes(Label) and what I need to achieve is when a tabbed is clicked I want the color to be changed to red or whatever meaning is active and the remaining unactive tab ...
0
votes
0answers
230 views

Tab container has different tabs which redirect to different pages, but the active tab does not change

I am using Ajax tab container to create tabs in the master page. There are four tabs. when click on each tab, it reidrects to another page without post back, all these pages are included in the ...
0
votes
1answer
99 views

TabContainer not found issue

I have same issue as in here. Is there any solution to this? Sometimes the page opens and most of the times it throws the exception as TabContainer not found. Kindly help.
1
vote
0answers
427 views

AJAX toolkit Tabcontainer First tab visible always

I am using AJAX toolkit TabContainer control to display 4 tabs in asp.net page. I have problem with this control that First tab is visible always when i click on any other tab. Anybody have solution ...
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
407 views

AsyncFileUpload inside ModalPopupExtender inside TabContainer

I have a TabContainer in which each tab have a ModalPopupExtender. Inside each ModalPopupExtender I've defined an AsyncFileUpload. My aim is that, when the file has uploaded/failed, it shows a label ...
0
votes
1answer
194 views

TabContainer not visible under firefox

I am using Ajax tab control in my aspx page. On IE and Chrome it works fine. However it is not working under Firefox. It's visibility is hidden. I tried various options setting visibility to visible ...
0
votes
2answers
440 views

ajax active tab id

i have an ajax control toolkit tabcontainer. How can i determine the ID of the active tab using javascript or jquery? i.e below it would be Tab_Monitor if that tab was active. I have tried all the ...
0
votes
0answers
56 views

print contenpane in dijit tabcontainer [closed]

my programm is so, a tabcontainer has 3 tabs, each tab hat a contentpane. in the contentpane i use dojox gfx to draw some graphics. it works super. now i want to print the active tab. i set all other ...

1 2 3 4