-
I am using the dropdownextender within a tabcontainer control and I have figured out if i move the dropdownextender and associated controls (targetcontrol and dropdowncontrol) - the code works fine, but for some reason I cannot get the javascript to work within the tabcontainer - I keep getting invalid...
-
Hi, I hope someone can help me with this, I'm pretty stuck!! I am developing a quotation system for a company that uses a tab container for the questionnaire. What I need to do is show different questionnaires depending on what check boxes are checked on the previous tab panel. Currently I code each...
-
I have a requirement in my project where I want to use the TabConrol
but I want to make the tabcontrol dynamic so that the number of tabs
can be added or deleted at runtime. I have used the AJAX TabContainer for the same purpose . Also, after the tab is added how to go to a certain tab and make
its child...
-
I have a Ajax TabContainer with 2 Tabs. In the first tab I have a panel ( ASP:Panel) . I am using a dragpanelextender to it movable. This is working perfectly fine. Problem comes in the 2nd Tab. In the Second tab I have one more ASP:panel and I wanted to make this draggable as well. So I used one more...
-
TabContainer application with three tabs. The app functions fine and all tabs display content correctly in the test environment. When I deploy it to the prod environment, however, the third tab, which displays dynamic user controls, displays NO content. The only difference between the servers in the...
-
Hi all, Im working with the ajax.net TabContainer control and use it to show different kind of navigation methods through my website. Now when a postback occurs, the ActiveTab is always set to the default first tab.
I tried to use the function 'ActiveTabChanged' and put the ActiveTabIndex in...
-
Dear all, I've a problem when I'm using tab container along with the gridview inside. In the grid column, there is an image button for editing, but the editing will be run in a modal dialog. I make it with gridview's onrowcommand and call a javascript from the code behind. If I make without...
-
Hi all, I am using a Tab control with 4 tabs and i have different content ( just Html Content) but htey are of different size , and I want the tabs to be to exact to the size of the content but my tabs are expanded till the end of the page (width) and Is there a way to avoid this ..I have tired few solutions...
-
Issue Solved - And actually thanks to all three posts I received as a reply! First : $find( ' <%=mtabs1.ClientID %> ' ) is a must when you have Master Page with Content Place Holders. This didn't solve the issue but without it we couldn't find the solution which was the TIMING ISSUE...
-
Hi, I have an Ajax master page, a Web Content Form, and a user control. On the user control I have a Tab Container. When I try to add my user control to the aspx page, I get the following error. " Error Rendering Control - TabContainer1 An unhanded exception has occurred. A ScriptManager is required...