Tagged Questions

1
vote
1answer
275 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
441 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 ...
0
votes
2answers
557 views

Disable clicking on tabPanel in TabContainer

I want to disable to user clicking and going from one tabPanel to another. Like here http://www.eldan.co.il/en/ user can't select another step. I tried something like this if (Tabs.ActiveTabIndex ...
0
votes
0answers
523 views

Using JQuery add TabPanel dynamically to AJAX TabContainer in an iFrame

I have an aspx page that contains a button1 and an iFrame (src=AnotherPage.aspx). AnotherPage.aspx contains AJAX TabContainer. Now on click of the button1, I need to add a TabPanel dynamically to the ...
0
votes
1answer
766 views

Ajax Control Toolkit custom Tab extender to close tabs client-side

I'm attempting to write an AJAX control extender that can modify an AJAX Control Toolkit TabPanel so that the TabPanel's header has an image after the text that, when clicked, hides the tab header ...
0
votes
1answer
1k views

Ajax Control Toolkit - Use client-side button to activate tab

I'm using the TabContainer/TabPanel components of the Ajax Control Toolkit. I'd like to hide the tabs themselves and use a button elsewhere on the page to activate (bring to the front) one of the ...