Reputation: 414
I'm developing a website with visual studio 2012 express for web "asp.net" and I need to create tabs in the user profile>>>
I developed a desktop app before , there was a "tab control" I can drag it in the form
But I don't know how to add tabs here !!
Upvotes: 0
Views: 8595
Reputation: 29
The AJAX toolkit is clunky and breaks most JQuery. Beware of using it in a partial postback panel too.
Upvotes: 1
Reputation: 59
Here this should help you out. Plus a whole load more controls.. AJAX Toolkit
Upvotes: 0
Reputation: 16056
As far I remember the ajax control toolkit have a tab control out of the box, take a look to this control and see if that´s what you are looking for.
If you plan to have more control over the tabs you can use a jquery UI control but you will have more work to do.
You can create tabs using bootstrap as well, take a look to this question and this is a working example as well.
Everything depends on the requirements that you have and the functionality you want to put in place and which technology you feel more comfortable.
Upvotes: 0