Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a newbie in VS 2010 and ASP.net. I am trying to add a .aspx page with tab control but I can not find the option in my VS toolbox. There is no such a thing as Container in the toolbox and tried to find a reference to make it appear but no success. I also added Imports system.windows.forms to my code. All examples online refer the VS 2002.

The only good example I found on Code Project site was the following:

A Simple ASP.NET Tab Control Using the MultiView control
http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c

It is good but does not look good like those pages that use tab control. Any help would be appreciated.
Posted

1 solution

as i know in ASP.net does not contain tab control. the reason is HTML have not a control like that. because of that you have to develop your own one using css and html.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900