Link to tab container!!

Marshall700

Member
Joined
Apr 21, 2011
Messages
19
Programming Experience
Beginner
Is it possible to when you click on a hyper link to have it open a specific tab in the tab container?
Any ideas?

Thx
 
With a link you could set a querystring value, to handle server-side where you set the TabContainer.ActiveTabIndex.
If you can use a button you could use a client-side Javascript to do this also.
 
Back
Top