Where's Tabstrip control in ASP.Net 2.0??

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
We're developing an ASP.Net/VB.Net application and one of the requirements is to have a tabstrip:
The tabstrip is 3 rows..instead of one row.

Now, I went to MS site and seems like it's Tabstrip control is not supported anymore:

http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/tabstrip.asp

My manager doesnt want to buy a custom tab control and he doesnt want to use menubar stuff either because he wants to keep the Web application as close to the "custom windows app" we have as possible..

Any thoughts/examples how I can create a Tabstrip in ASP 2.0? Do I need to create Tabstrip in a graphic designer tool or something??
 
found my answer :D

The Tabstrip is avalaible but not supported by Microsoft and I can download it as a user control :cool:
 
Back
Top