ASP.NET 2.0 Tab Control?

G

Guest

Hi,

I want to use a Tab control. Is there any available in ASP.NET 2.0? Did a
search and can't find much.

Any info/alternatives appreciated.
 
M

Mark Rae

I want to use a Tab control. Is there any available in ASP.NET 2.0? Did a
search and can't find much.

There's no native tab control in ASP.NET.

However, it's possible to simulate one by a combination of <asp:Menu> and
<asp:MultiView>:
http://www.codeproject.com/aspnet/TabControl.asp

The problem with this is that only the controls in the 'current' tab are
rendered to the browser, which e.g. makes client-side comparison validation
impossible...

Another option is to use a client-side tab 'control' e.g.
http://www.barelyfitz.com/projects/tabber/
 
M

Middletree

For client-side solutions, I think that Project Seven's Tab control is quite
good. Its code is very standards-compliant, and the interface is very
user-friendly. Very good documentation.

http://www.projectseven.com/products/tools/tabpanel/index.htm

Downside is that it is essentially a Dreamweaver extension, so if you don't
have DW, you probably won't be able to use it. Also, it's 60 bucks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top