I need to put two tabs on my aspx page (c#). Is there already done tabs control for aspx ?
A:
Ajax has tabs you can use:
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/tabs/tabs.aspx
jQuery also has tabs you could use, which in my opinion is the better choice:
http://jqueryui.com/demos/tabs/
In strictly ASP.NET you can use multiview, and make tabs, here is a tutorial for that:
http://www.codeproject.com/KB/custom-controls/TabControl.aspx
Jacob Nelson
2010-10-28 17:01:37
i would recoomend jqueryui tabs
sassyboy
2010-10-28 19:54:40