0
votes
0answers
59 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
64 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
484 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, ...
0
votes
1answer
128 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
203 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
136 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 ...
1
vote
1answer
138 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
74 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
403 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
117 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
1answer
123 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
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
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
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 ...
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 ...
1
vote
2answers
833 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
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
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
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.
0
votes
2answers
441 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
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 ...
1
vote
2answers
3k views

How to get active tab index from TabContainer

Currently I am using this line of code in my JavaScript var tabIndex = $(':focus').attr('tabIndex'); However this constantly fails to get the active index. Here is asp:TabContainer header in ...
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 ...
2
votes
0answers
255 views

Duplicate IDs rendered in ASP.NET AJAX TabPanel

I have two user controls (.ascx) in which I have an ASP.NET AJAX TabContainer control, each with two or three tabs (TabPanels). I use these controls in around 10 websites. All have worked fine, except ...
3
votes
1answer
1k views

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 ...
0
votes
0answers
336 views

Ajax Control Toolkit (Tab Container & Tab Panel)

I'm now having a problem with AJAX Tab Container in my web application using asp .net. The problem I'm now facing is that the button I added in active Tab (Tab-1) is not working when I add a new ...
0
votes
0answers
157 views

access controls inside usercontrol placed in different tabpanels in same ajax tabcontainer

I am using ajax tab control, in first tab i am binding record details grid and in second tab i am using user control which is to be used for adding new record and editing existing record on click on ...
0
votes
1answer
958 views

Increase the width of TabContainer header

I have a vertical TabContainer, but I can't fix the width of the TabPanel (it will increase a little, but not to the full width of the text). Text is hidden behind the ContentTemplate. For example: ...
0
votes
0answers
102 views

Loginview inside a tab container, How?

I'm using the tabcontainer provided by the ajax control toolkit in asp.net, what I want is to show a single tab for just the admins so decided to use the LoginView control, but here comes the problem. ...
0
votes
1answer
2k views

Lazy loading tabs with user controls

I want to use lazy loading of tabs in AJAX tab container. I have implemented it. But the problem that I am facing is that when I click a button or fire any event in that user control, it is not fired; ...
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 ...
0
votes
1answer
605 views

Issue with getting control id when tabcontainer is used

I have an AJAX Control Toolkit TabContainer in my ASP.NET page. In one of the tabs in the TabContainer, there is a GridView. Now, I have an UpdatePanel for which I want to give trigger as "RowCommand" ...
2
votes
1answer
500 views

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

how can I reach radiobuttonlist?

I write this codes : TabContainer TabContainer1 = new TabContainer(); TabContainer1.ID = "TabContainer1"; HtmlTableRow row = new HtmlTableRow(); HtmlTableCell cell = new ...
0
votes
1answer
359 views

while loading external ajax content with jQuery, the tabcontainer inside the external ajax content is by default not visible

I want to load a complex ajax form into another file, the tabcontainer control inside the external ajax form is be default hidden, I cannot figure out why?
0
votes
4answers
2k views

Response.Redirect, keep tabcontainer on active tab

My VB.net tabcontainer needs to stay on the active tab when I have each submit going through the response.redirect. How can I achieve this? I need that response.redirect there because it will show ...
3
votes
2answers
393 views

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 ...
0
votes
2answers
2k views

ASP.net Listview AJAX ModalPopupExtender

I am trying to get a modalpopupextender to show from a listview that is inside of a tab panel. If this is possible can someone please help me? This is my image listview, from here I would just like to ...
0
votes
2answers
2k views

Disable clicking on tabPanel in TabContainer

I want to disable clicking and going from one tabPanel to another. Like here http://www.eldan.co.il/en/ the user can't select another step. I tried something like this if (Tabs.ActiveTabIndex == 0) ...
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
1answer
373 views

ASP.NET, TabContainers and iFrames

I have an aspx page which has an iFrame. I dynamically set the iFrame's source to another aspx page, which has nothing else but a Label and a TabContainer with a few controls (textboxes) on each of ...
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 ...
1
vote
1answer
778 views

Ajax Control Toolkit TabContainer shows more than one Tab when at least one tab is hidden

I'm having a problem with the AjaxControlToolkit TabContainer Control. I apologize in advance for not submitting any code, but since the code is company property, i have no authority to post it ...
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 ...
0
votes
2answers
494 views

Ajax TabContainerTabPanels Break postbacks

Hey guys check this out ... <asp:TabContainer ID="jkhgjkgh" runat="server"> <asp:TabPanel ID="jkkljhgh" runat="server" HeaderText="sdkl;fgjl;kgjdf"> <ContentTemplate> ...

1 2