how to implement the Tabs in asp.net with out using Ajax or Jqueryhttp://forums.asp.net/t/1794674.aspx/1?how+to+implement+the+Tabs+in+asp+net+with+out+using+Ajax+or+JqueryThu, 19 Apr 2012 11:48:05 -040017946744940925http://forums.asp.net/p/1794674/4940925.aspx/1?how+to+implement+the+Tabs+in+asp+net+with+out+using+Ajax+or+Jqueryhow to implement the Tabs in asp.net with out using Ajax or Jquery <p>Hi, I would like to know the method to implement the tabs in a webform with out using ajax or Jquery</p> 2012-04-19T11:35:10-04:004940929http://forums.asp.net/p/1794674/4940929.aspx/1?Re+how+to+implement+the+Tabs+in+asp+net+with+out+using+Ajax+or+JqueryRe: how to implement the Tabs in asp.net with out using Ajax or Jquery <p>Use multiview control</p> <p><a href="http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c">http://www.codeproject.com/Articles/13165/A-Simple-ASP-NET-Tab-Control-Using-the-MultiView-c</a></p> 2012-04-19T11:39:15-04:004940931http://forums.asp.net/p/1794674/4940931.aspx/1?Re+how+to+implement+the+Tabs+in+asp+net+with+out+using+Ajax+or+JqueryRe: how to implement the Tabs in asp.net with out using Ajax or Jquery <p>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.</p> 2012-04-19T11:40:38-04:004940954http://forums.asp.net/p/1794674/4940954.aspx/1?Re+how+to+implement+the+Tabs+in+asp+net+with+out+using+Ajax+or+JqueryRe: how to implement the Tabs in asp.net with out using Ajax or Jquery <p>hi..</p> <p>Refer the below link to aplly tab using css</p> <p><a href="http://blixt.org/articles/tabbed-navigation-using-css#section=introduction">http://blixt.org/articles/tabbed-navigation-using-css#section=introduction</a></p> 2012-04-19T11:48:05-04:00