I have added an Ajax tabs control to a page. The page has a master page, and a CSS sheet or two. I think (since I'm new at this...) that my CSS sheets are preventing the tab control from showing its default look and feel. How do I tell the tab container
to igore the CSS and use its default style sheet? I saw the video from Joe Stagner, and using no CSS, he created a tab control that looked pretty much how I wanted it to look (though I'll put different controls inside each tab...)
JimS-Indy
Member
2 Points
22 Posts
Ajax Tabs control format
Feb 21, 2013 05:29 PM|LINK
I have added an Ajax tabs control to a page. The page has a master page, and a CSS sheet or two. I think (since I'm new at this...) that my CSS sheets are preventing the tab control from showing its default look and feel. How do I tell the tab container to igore the CSS and use its default style sheet? I saw the video from Joe Stagner, and using no CSS, he created a tab control that looked pretty much how I wanted it to look (though I'll put different controls inside each tab...)
Nasser Malik
Star
10980 Points
1691 Posts
Re: Ajax Tabs control format
Feb 21, 2013 07:38 PM|LINK
You can do custom styling on Tab container
See following simple tutorials
http://www.aspdotnet-suresh.com/2011/03/normal-0-false-false-false-en-us-x-none.html
http://blogs.visoftinc.com/2007/09/26/ajax-control-toolkit-tab-control-themes/
http://www.c-sharpcorner.com/uploadfile/raghavau/css-style-sheet-for-ajax-tabcontainer-control-in-Asp-Net-2-0/
Skype: maleknasser1
JimS-Indy
Member
2 Points
22 Posts
Re: Ajax Tabs control format
Feb 22, 2013 01:04 PM|LINK
Thank you, Nasser, your links appear to be perfect for what I need. I appreciate your help.