Navigating over a set of tabs
How can I develop a Web page that shows a list of tabbed pages, so that if a user clicks on a particular tab, the Web page will take the user to the page associated with that tab (much like what a Windows tab control would do)?

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchWinDevelopment.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWinDevelopment.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

A Windows tab control doesn't take you to a different form, which would be the analogy to taking you to another page in the Web world. You can use the Microsoft Internet Explorer WebControls, which come with a controls to do tab-navigation over a set of tabs. Each tab is a panel-like control where you place the UI controls. All panels are hidden except for the one associated with the currently selected tab.

The current download location is http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1, but MS has changed the distribution to a source form.

I've uploaded the original MSI installer to http://deverest.com.ar/downloads/IE%20WebControls%20Version%201.0.msi and http://dotnetopensrc.sourceforge.net/IE%20WebControls%20Version%201.0.msi for your convenience.

This was first published in February 2004