 |
| ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

September 22nd, 2010, 02:50 AM
|
|
Registered User
|
|
Join Date: Sep 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Tab-Control in ASP.NET 4.0
In Windows-Form you can work with Tab-Controls, but is in ASP.NET 4.0 such Controller? A Code with it? Thanks
|
|

September 27th, 2010, 08:36 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Nope, not directly.
However, if you search Google you find a number of commercial products that feature a Tab control, such as this one: http://www.devexpress.com/Products/N...trols/ASP/Tab/
Additionally, you can look at jQuery UI or the ASP.NET AJAX Toolkit: http://www.asp.net/ajaxlibrary/act_TabContainer.ashx
Cheers,
Imar
|
|

September 28th, 2010, 03:28 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hay armume00,
there is no such control like this in asp.net
but you can use Ajax
|
|

September 28th, 2010, 03:40 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Avrail,
How, exactly, would AJAX help in creating a tab control?
Cheers,
Imar
|
|

September 28th, 2010, 05:07 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

September 29th, 2010, 02:22 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yes, that's the AJAX *control toolkit* which I was already referring to in an earlier post. Control toolkit is the keyword here, not necessarily AJAX.
Your post seemed to suggest that AJAX alone, as a technology, would help which is certainly not the case.
Cheers,
Imar
|
|

October 5th, 2010, 03:33 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
jgkjlkhhlkhh,
|
|

October 6th, 2010, 10:11 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
tab menu
what a coincidence, i was just about to post a similar question when i found this thread
i would like to implement the following tab menu:
tab menu link
how would you implement this ? maybe with the asp.net menu control combined with the tab Container of the AJAX Toolkit ? or with jquery ?
thanks a lot for answers
|
|

October 6th, 2010, 11:31 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Not sure if any of the solutions mentioned can do this. The menu itself is easy with the Menu control, but the first expanded item with multiple sub levels isn't.
Maybe the menu control from commercial vendors such as DevExpress can do it.
Cheers,
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

October 7th, 2010, 03:16 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
thanks for the answer !
|
|
 |