No announcements
Found 3018399 threads
-
0 Votes
ActiveTabIndex is out of scope at client script because some Tabpanels of TabContainer are set to invisible
<system.web.extensions> <scripting> <scriptResourceHandler enableCompression="false" enableCaching="true"/> ...Answered | 1 Replies | 86 Views | Created by Anonymous - Sunday, June 22, 2014 1:50 PM | Last reply by Anonymous - Monday, June 23, 2014 5:26 AM -
0 Votes
TabContainer - ActiveTabIndex not matching ActiveTab
Here is how it behaves: When you set some TabPanels to invisible, they do not get rendered to the client, ...Unanswered | 6 Replies | 119 Views | Created by Anonymous - Monday, May 21, 2007 2:52 PM | Last reply by Anonymous - Monday, March 29, 2010 7:08 AM -
0 Votes
Remove Tabpanel from TabContainer
It will be treated as the tabcontainer without this invisible tabpanel.Answered | 8 Replies | 114 Views | Created by Anonymous - Wednesday, April 7, 2010 7:38 AM | Last reply by Anonymous - Monday, December 2, 2013 4:04 AM -
0 Votes
Set activetabIndex from tabcontainer/tab iframe
here is the html I've used : <asp:ScriptManager ID="ScriptManager1" runat="server"> ...Answered | 8 Replies | 46 Views | Created by Anonymous - Monday, August 10, 2009 8:58 AM | Last reply by Anonymous - Tuesday, August 11, 2009 2:26 AM -
0 Votes
Dynamic indication of ActiveTabIndex in a TabContainer
User1264447444 posted Since you are using Hyperlinks you will have to use javascript to achieve it.If you want to do it on the server side use a link button instead.Heres how you ...Answered | 2 Replies | 39 Views | Created by Anonymous - Monday, February 2, 2009 4:17 PM | Last reply by Anonymous - Monday, February 2, 2009 4:44 PM -
0 Votes
Ajax TabContainer TabPanel HeaderText
Add the Javascript in the <script> tag at top of your page...Answered | 5 Replies | 164 Views | Created by Anonymous - Thursday, January 19, 2012 11:47 AM | Last reply by Anonymous - Friday, January 20, 2012 7:05 PM -
0 Votes
How to set ActiveTabIndex of tabcontainer
User2022958948 posted Hi, You can call tabcontainer1.ActiveTabIndex=1 or ScriptManager.RegisterStartupScript(Page, this.GetType(), ...Answered | 2 Replies | 223 Views | Created by Anonymous - Tuesday, August 26, 2008 11:02 AM | Last reply by Anonymous - Thursday, August 28, 2008 4:44 AM -
0 Votes
Make handles invisible in TabPanel
User1154043639 posted You can just add simple css rule to make tab panel handle invisible .ajax__tab_header ...Answered | 2 Replies | 26 Views | Created by Anonymous - Monday, June 28, 2010 3:06 PM | Last reply by Anonymous - Tuesday, June 29, 2010 6:35 AM -
0 Votes
How to set ActiveTabIndex of TabContainer?
For server side scripting your code should run fine.Unanswered | 1 Replies | 42 Views | Created by Anonymous - Monday, April 30, 2007 4:56 PM | Last reply by Anonymous - Tuesday, May 8, 2007 9:10 AM -
0 Votes
Hiding first TabPanel of TabContainer hides the TabContainer!
In the version 30930, AjaxControlToolkit has fixed some bugs which are relevant to the Tab: TabPanel Visible=false causes other tab panels to ...Answered | 7 Replies | 96 Views | Created by Anonymous - Friday, November 20, 2009 9:49 AM | Last reply by Anonymous - Monday, November 8, 2010 2:20 AM -
0 Votes
How to get ajax tabpanel activetabindex in client side javascript
User-1364446067 posted Hi, How to get ajax tabpanel activetabindex in ...Answered | 3 Replies | 136 Views | Created by Anonymous - Friday, April 23, 2010 12:15 AM | Last reply by Anonymous - Tuesday, April 27, 2010 12:43 AM -
0 Votes
Set a table Invisible when the row count is 0
Maybe I need to add some explication because it doesn't work.Answered | 6 Replies | 4296 Views | Created by Zash - Tuesday, September 9, 2008 2:01 PM | Last reply by Zash - Thursday, October 16, 2008 8:22 AM -
0 Votes
TabContainer Incorrect ActiveTabIndex
Vince Xu, your answer should work though but i'm already set.Answered | 4 Replies | 57 Views | Created by Anonymous - Thursday, May 21, 2009 8:46 PM | Last reply by Anonymous - Tuesday, May 26, 2009 5:56 AM -
0 Votes
Tabcontainer activetabindex problem
<script runat="server"> protected void Button4_Click(object sender, EventArgs e) { ...Answered | 1 Replies | 112 Views | Created by Anonymous - Wednesday, October 22, 2008 6:19 AM | Last reply by Anonymous - Friday, October 24, 2008 1:00 AM -
0 Votes
Tabcontainer contain many tabpanel
User555306248 posted TabContainer Properties ActiveTabChanged (Event) - Fired on the server side when a tab is changed after a ...Answered | 3 Replies | 46 Views | Created by Anonymous - Friday, April 26, 2013 3:44 AM | Last reply by Anonymous - Sunday, April 28, 2013 11:35 PM -
0 Votes
TabContainer seems invisible but it is in Html Code
User-1968715689 posted Because when you click on the tabs visibility becomes:display.Answered | 5 Replies | 19 Views | Created by Anonymous - Tuesday, June 15, 2010 11:29 AM | Last reply by Anonymous - Tuesday, June 15, 2010 12:59 PM -
0 Votes
TabPanel TabContainer having problems after postback "wrong ActiveTabIndex"
User1519096254 posted Try recreating tab panels when the postback occurs in the Page_init because the tabpanels They may not be ...Answered | 2 Replies | 57 Views | Created by Anonymous - Friday, June 10, 2011 1:49 AM | Last reply by Anonymous - Friday, June 10, 2011 7:43 AM -
0 Votes
TabContainer and TabPanel
You can set the Enabled property though client side according to that link I sent you.Answered | 3 Replies | 66 Views | Created by Anonymous - Friday, August 24, 2007 11:51 AM | Last reply by Anonymous - Friday, August 24, 2007 3:17 PM -
0 Votes
How to manage activetabindex property in tabcontainer control
I am using 2 TabContainers in web application.Can any one help me how i will manage activetabindex property in TabContainer ...Unanswered | 1 Replies | 10932 Views | Created by Nidha - Wednesday, July 22, 2009 12:28 PM | Last reply by Oscarn - Wednesday, July 22, 2009 10:45 PM -
0 Votes
Activate TabPanel in AJAX TabContainer
User78336405 posted Hi, Try the code below: TabContainer1.ActiveTabIndex = 0;Answered | 2 Replies | 45 Views | Created by Anonymous - Saturday, January 8, 2011 12:31 PM | Last reply by Anonymous - Monday, January 10, 2011 3:00 AM - Items 1 to 20 of 3018399 Next ›
No announcements