Well, right off a non-elegant solution that works would be create a panel for each content container. Add a button for each panel. Set one panel as the default visible with the rest hidden. As you click a button, swap the visibility. There may be more elegant
solutions but this one is easy to build and is 508 compliant.
keerthana4ha...
Member
6 Points
39 Posts
how to implement the Tabs in asp.net with out using Ajax or Jquery
Apr 19, 2012 11:35 AM|LINK
Hi, I would like to know the method to implement the tabs in a webform with out using ajax or Jquery
nijhawan.sau...
All-Star
16394 Points
3170 Posts
Re: how to implement the Tabs in asp.net with out using Ajax or Jquery
Apr 19, 2012 11:39 AM|LINK
Use multiview control
http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c
bbcompent1
All-Star
32974 Points
8500 Posts
Moderator
Re: how to implement the Tabs in asp.net with out using Ajax or Jquery
Apr 19, 2012 11:40 AM|LINK
Well, right off a non-elegant solution that works would be create a panel for each content container. Add a button for each panel. Set one panel as the default visible with the rest hidden. As you click a button, swap the visibility. There may be more elegant solutions but this one is easy to build and is 508 compliant.
vijay_myl
Contributor
5070 Points
1068 Posts
Re: how to implement the Tabs in asp.net with out using Ajax or Jquery
Apr 19, 2012 11:48 AM|LINK
hi..
Refer the below link to aplly tab using css
http://blixt.org/articles/tabbed-navigation-using-css#section=introduction
My .NET blog
Submit Article