Wanted in ASP.NET 2.0: Tab control

J

Jon Davis

One can accomplish the equivalent of a tab control by showing/hiding various
panels according to the user clicking on hyperlinks or buttons, but it would
be nice if Microsoft put forth the effort to create a web site tab control,
to cover the various browsers, as well as offer both a couple default
display styles as well as offer the ability to customize the style.

Web site tab interfaces are commonplace on the Web today, arguably as
commonplace as in windows applications (since there are far more web sites
out there than Windows apps).

Sure would make my life easier if I knew that this feature was a built-in
feature of ASP.NET 2.0.

Jon
 
D

DC

Jon:

This control is already available. Check out www.asp.net - theres a download
for it there (along with a Treeview control, and a couple others).
 
C

Curt_C [MVP]

its really not that tough to do yourself.
We just used a UC and pass in the panel/control name for each tab. The
postback hides/shows the right control/panel that way. We also allowed a
non-postback that uses clientside span tags set to visible/none for the
display style. all works fairly well, and looks decent.
 
J

Jon Davis

That's IE-specific. Did I not make it clear that cross-browser compatibility
is one of the whole points of the necessity?

Jon
 

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

Forum statistics

Threads
473,982
Messages
2,570,185
Members
46,736
Latest member
AdolphBig6

Latest Threads

Top