How to select the tab pages dynamically ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i ve an infragistics tab control. i want to select one of the pages in the tab while clicking a link in the popup. how can i do this using javascript? Any one can help me plz.....
I think you would be better off searching the Infragistics support forums for this. 2 minutes on the Infragistics site and I found:
this.webTab.Tabs.GetTab(0).ContentPane.TargetUrl = "http://www.microsoft.com";
Deja View - the feeling that you've seen this post before.