Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
130 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 ...
2
votes
2answers
422 views

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: ...
2
votes
2answers
138 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 ...
2
votes
4answers
2k 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"> ...
2
votes
1answer
216 views

AjaxControl Tool kit TabContainer visibility issues

I am developing the website in .NET 3.5, VS 2008. I have a AjaxControlToolkit TabContainer control within Tabpanels I have many usercontrols and inside usercontrol I have my thrid paty Spell Check ...
2
votes
1answer
533 views

How do I stop dijit.layout.TabContainer from switching tabs, based on the state of the data in the tab?

I know how to disable tabs, etc. This is about preventing an onclick event from switching to an active tab, if the user hasn't met a condition. Is there a function that I can connect to that will ...
2
votes
2answers
723 views

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 ...
2
votes
1answer
210 views

Ajax TabContainer causing browser to close automatically

I am trying to fix an issue. I have an ASP.NET Ajax's TabContainer on the page. And each tab there is a gridview control that gets binded onload. However for some reason the browser gets closed ...
2
votes
2answers
481 views

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

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?
2
votes
1answer
3k views

AJAX Tabcontainer inside formview not inserting values

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

Dojo TabContainer sizing

I'm currently using a TabContainer containing several ContentPanes in dojo. The content is generated during page generation, and does not change after that. Is there any way to force certain tabs to ...
1
vote
2answers
289 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 ...
1
vote
2answers
183 views

Dojo addOnLoad fires before widget loaded in FireFox

I am using both IE and Firefox for testing. The Dojo addOnLoad works for both browsers BUT for Firefox, it fires before my Dojo TabContainer is initialised. For IE, it is working fine. Is there any ...
1
vote
3answers
193 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?
1
vote
2answers
274 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 ...
1
vote
1answer
136 views

Dojo query on specific ContentPane in TabContainer

I have a TabContainer with different tabs (ContentPanes). I am loading each type dynamically when the user selects something from a tree. I would like to be able to run a certain JS function on the ...
1
vote
0answers
288 views

javascript for when AjaxControlToolkit TabContainer is ready?

I have a page with a TabContainer control (from the AjaxControlToolkit), and I toggle the visibility of some elements on the page depending on the currently-selected tab. I’d been doing this in an ...
1
vote
1answer
377 views

Linking to a specific tab / contentpane with Dojo

I want to navigate from a link on a html site to another where a TabContainer with two different tabs is located. I have one tab selected by default (which I want to keep) in the destination html ...
1
vote
1answer
299 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 ...
1
vote
1answer
269 views

Button, UpdatePanel and MasterPage

I have asp.net application and a TabContainer from AjaxControlToolkit on a form. There are 4 tabs, each containing UpdatePanel, hidden button and some custom .ascx (each with it's own javascript ...
1
vote
1answer
208 views

Is it possible to hide the Tab Strip on an ajax TabContainer?

Suppose I have an ajax TabContainer with two tabs. Due to certain buisness logic, we might set one of the tabs to Visible = false. In this scenario, is it possible to hide the TabStrip at the top, ...
1
vote
1answer
252 views

Conditionally Display TabPanels?

Just wondering if this is possible or not: Say I've got a TabContainer with 2 panels in there. In most situations, I'd want the user to have the ability to select which tab to view. Now, in a ...
1
vote
1answer
410 views

ValidatorCalloutExtender containing TabContainer/TabPanels?

I have a TabContainer with three pages of input fields. For each TabPanel there's a set of ValidatorCalloutExtenders (one for every validator on the panel). When I validate the page the validation ...
1
vote
1answer
405 views

Ajax TabContainer Master Page Load Issue

While using Ajax TabContainer control with master page, I'm running into an issue where just the tab having ActiveTabIndex value set gets loaded with the content page, but the pages on the other tab ...
1
vote
4answers
123 views

asp.net ajax container takes eons to load

I'm using 2 asp.net ajax tab container for a mostly intranet used asp.net application in a single screen. Thing is, eventually it might have to be accesed through internet and it's taking 15-17 ...
1
vote
1answer
174 views

What is the best way to include content within an AJAX TabContainer?

I didn't want to have a ton of code on one page, but to keep the code modular and simple. So in my TabContainer I have the following where each tab refers to a web page and my code is inside each web ...
1
vote
2answers
1k views

AJAX TabContainer containing user controls

Wondering if someone here can help. I have an AJAX tabcontainer which has a number of tabs and each tab contains a user control. When I add a new item from one of the tabs, it is not reflected in the ...
1
vote
2answers
1k views

How to open a form in a determined tab? vb .net

I have a form with a tabcontrol and 4 tabs. I want to open a form with showdialog in a predetermined tab. I've tried OptionsForm.OPTS_TabControl1.SelectTab(1) ...
1
vote
1answer
564 views

Reference control from asp.net form inside AJAX tabcontainer

Ho do you reference code inside an AJAX tabcontainer? Is there an easy way? I am using a datepicker script and I am having trouble referencing the calendar inside an AJAX tabcontainer. This gives ...
1
vote
2answers
1k views

Databinding and dynamic TabPanel creation

My current task is an ASP.NET page to display the contents of a data object. One of that object's properties is a list of named lists. For opacity's sake let's call it a Company, which has a list of ...
1
vote
4answers
379 views

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 ...
1
vote
7answers
10k views

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

Dojo TabContainer with styling in Internet Explorer

The following works in firefox: < div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%"> < div id="mainTabContainer" dojoType="dijit.layout.TabContainer" ...
1
vote
1answer
5k views

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" ...
1
vote
3answers
15k views

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 ...
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(), ...
0
votes
1answer
14 views

AJAX tab container control is not visible on some client machines

I have a simple asp.net application with an ajax tab container and other asp.net controls. Some of the users can not see the tab container control, but when they copy and paste the page content, they ...
0
votes
0answers
17 views

How to change the url of my entire page when a new tab is selected? (Dojo-Tabcontainer)

I have used Dojo-Tabcontainer to create tabs. I want to have a separate template for every tab. So, when a tab is clicked I want a new page to be loaded and the url to be changed. Can you please ...
0
votes
1answer
33 views

How are widgets rendered in DOJO

How are widgets rendered in Dojo? What is the flow or sequence with which various JSs are called. I am trying to understand how the internal code is contructed for widget. For example: If TabContainer ...
0
votes
1answer
29 views

Code in DOJO1.6 and DOJO1.4.3 working differently

I have the following code in DOJO1.6 and DOJO1.4. In 1.6 version it is working fine but but is not working in 1.4. The tabbed menus are getting displayed as just list. Please help me so that the ...
0
votes
1answer
46 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. My question ...
0
votes
0answers
29 views

Ajax Tabcontainer

i am using ajax tab container and i am using OnClientActiveTabChanged event but when i try to get the id of the tab container using java script i can not find the object of tab container i always get ...
0
votes
1answer
193 views

user control does not render in ajaxtoolkit tabcontainer control

when I click "add tab" button, server side code (tabs.ActiveTabIndex+=1) changes tabs, but the tab looks empty, if I click back and forth, I could see the user control renders. am I missing ...
0
votes
1answer
157 views

ExtJS. Fit Grid Width into a Panel

I'm very new on ExtJs and I can't solve a problem. I have a grid that it is adjusted to its panel container (layout:fit) but when I colapse the panel, the grid doesn't adjust to the new Width. If I'm ...
0
votes
1answer
52 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
359 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 ...
0
votes
1answer
36 views

dojo tabbed container question

I have a TabContainer with 3 tabs which I create using the declarative way. The total number of tabs are 6 for the container, however the last 3 are added programmatically because of the size of the ...
0
votes
2answers
369 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 ...

1 2