hi,
Sir i want to add tab control in my web project but i could not find it how can we implement it ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 9, 2012, 11:43 PM
There are many ways to implement the tab control.
You can use the asp.net menu item control.
http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c
http://www.codeproject.com/Articles/8057/A-simple-ASP-NET-Web-TabStrip-User-Control
You can use the AJAX tab control
http://www.codeproject.com/Articles/28207/Using-ASP-NET-AJAX-TAB-Control
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/Tabs/Tabs.aspx
You can use the jQuery Tab control:
http://jquerytab.codeplex.com/
Satyapriya NayakPosted Apr 9, 2012, 1:56 PM
Please refer the below links
http://www.codeproject.com/Articles/17292/Tab-control-for-ASP-NET-Applications
http://www.sourcecodester.com/article/net/tab-control-aspnet.html
http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c
Thanks