JQuery tabs are designed to simplify clean client and AJAX tabs as much as possible. Your requirements are for each tab to go to a separate web page. In this case, this may be the wrong approach.
Since each tab will be a different ASP.NET page, you will need something that is easy to configure on the server side so that 1) the tab control can be reused; 2) it is easy to indicate which tab is βopenβ on the server side. I suspect that ASP.NET AJAX will be simpler in both ways.
And again, my own experience was with RadControls' RadTabStrip . If you need to spend a few dollars, you can get a great set of reusable widgets from these guys, which are very customizable.
source share