Tagged Questions
1
vote
1answer
2k views
< ajaxToolkit:TabPanel - would like to set “focus” on a different tab
i have a < ajaxToolkit:TabPanel
initially when the page loads, the first tab is "open" ("focused on")
can i do something (preferably server side) so my second tab would be the "default" selected ...
0
votes
0answers
90 views
AjaxToolkit TabPanel and Link Button
I have a number of link buttons in one of my pages , these link buttons should correspond to particular tabpanels in my Ajaxtoolkit control in a different page.
how do i achieve this ?
Right now i ...
0
votes
1answer
679 views
asp.net, enable/disable tabpanel
Why isn't this working?
<ajaxToolkit:TabPanel Enabled='<%# User.IsInRole("admin") %>'...
While this works:
<asp:TextBox Enabled='<%# User.IsInRole("admin") %>'...
0
votes
1answer
686 views
Ajax ToolKit Tabpanel Error
I´m working with visual studio 2005 and ajaxtoolkit 2.0 .
I´m using ajaxtoolkit Tabpanel control in a webpage. I have one Tab for adding data, and i built dymanically other Tabs for loading data (DB) ...