I am trying to design an asp:HyperLink that, when clicked, will redirect the user to a control with several ajax:TabPanels. Is there a way I can navigate to a specific TabPanel using the NavigateURL property of my HyperLink?
Asked
Active
Viewed 128 times
0
-
1Why are you using ajax control toolkit in the first place?This is 2016, use bootstrap to display a tab control – Denys Wessels Aug 05 '16 at 07:23
-
ajax control toolkit was the existing code. i was hoping to avoid rewriting code. – Anagins Aug 05 '16 at 15:51