0

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 !!

F 505
  • 404
  • 3
  • 10
  • 18

3 Answers3

1

The AJAX toolkit is clunky and breaks most JQuery. Beware of using it in a partial postback panel too.

Gary
  • 29
  • 1
0

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.

Community
  • 1
  • 1
pedrommuller
  • 15,741
  • 10
  • 76
  • 126
0

Here this should help you out. Plus a whole load more controls.. AJAX Toolkit

REZR.AMX
  • 59
  • 5
  • 20