Tagged Questions
0
votes
1answer
301 views
How to use AjaxControlTookit's Tab Panel inside page inherited from masterpage
I'm trying to use both update panel and tab container on my page but when I compile the project I get this error...
The type 'System.Web.UI.ScriptControl' is defined in an assembly that is not ...
0
votes
1answer
738 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 ...