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 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 tab? | |||
|
feedback
|
|
Set the TabPanel's ActiveTabIndex to 1 in your Page.Load handler:
You can also set it in the markup: | |||
|
feedback
|