473,385 Members | 1,483 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASP.NET 2.0 Tab Control?

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.

Mar 6 '07 #1
5 10150
If I'm not mistaken, there is a tab control in the AJAX toolkit

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com

"C" <C@discussions.microsoft.comwrote in message
news:78**********************************@microsof t.com...
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.

Mar 6 '07 #2
google :

asp.net "tab control"

http://aspadvice.com/blogs/azamsharp...s-Control.aspx


"C" <C@discussions.microsoft.comwrote in message news:78**********************************@microsof t.com...
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.

Mar 6 '07 #3
"C" <C@discussions.microsoft.comwrote in message
news:78**********************************@microsof t.com...
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:Menuand
<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/
Mar 6 '07 #4
Here's a link to view the Tabs control, in the AJAX toolkit:
http://ajax.asp.net/ajaxtoolkit/Tabs/Tabs.aspx

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:um******************@TK2MSFTNGP04.phx.gbl...
"C" <C@discussions.microsoft.comwrote in message
news:78**********************************@microsof t.com...
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:Menuand
<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/


Mar 6 '07 #5
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...anel/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.
Mar 6 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Bruce Rusk | last post by:
I'm using Stephen Lebans' RTF2 control in a report, and have discovered what may be a slight bug in it. I have a lot of non-Western language (Chinese) text in my RTF field, and such records get...
6
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
20
by: Guadala Harry | last post by:
In an ASCX, I have a Literal control into which I inject a at runtime. litInjectedContent.Text = dataClass.GetHTMLSnippetFromDB(someID); This works great as long as the contains just...
5
by: serge calderara | last post by:
Dear all, I am new in asp.net and prepare myself for exam I still have dificulties to understand the difference between server control and HTML control. Okey things whcih are clear are the fact...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
4
by: gsb58 | last post by:
Hi! On a form I have a calendar. The form is rezised to 1024x768 (Don't worry - this is a training case) when loaded. Now I want to center the calendar on the form so that its edges are...
5
by: paul.hester | last post by:
Hi all, I have a custom control with an overridden Render method. Inside this method I'm rendering each control in its collection using their RenderControl method. However, I'm running into a...
14
by: Rolf Welskes | last post by:
Hello, I have an ObjectDataSource which has as business-object a simple array of strings. No problem. I have an own (custom) control to which I give the DataSourceId and in the custom-control...
15
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.