Tabs for a ASP.NET website
- by user102533
I would like to add tabs for my website and I understand I can use the tab control in the AJAX toolkit or I can choose to go with JQuery UI tabs. Each tab would need to load a separate asp.net page and I need to customize the tabs to look slick.
Any thoughts on what approach I can use?