TabStrip IE Control - Changing Tabs November 17 2005
Very simple and obvious upon reflection however I spent time trying to figure this out so I’ll write it down.
Given:
<ie :TabStrip id=”TS1″…>
</ie:TabStrip>
<ie :MultiPage id=”MP1″>
..
</ie:Multipage>
You can change which tab is selected by the TabStrip not by the multipage!
e.g. TS1.SelectedIndex = {INDEX}
- Posted in : .NET
- Author : site admin

Comments
Sorry comments are closed for this entry