Tab Panel Styles

In order to change the default look of the tab panel, the tab’s css class property needs to be changed. The official AjaxToolkit site talks about how it should be done briefly: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspx Here are some more extra resources found thru Google (duh!): http://mattberseth.com/blog/2007/09/creating_a_yui_tabview_style_t.html http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html http://blogs.visoftinc.com/archive/2007/09/26/ajax-control-toolkit-tab-control-themes.aspx By Bryan Xu

Multiple Rows of TabPanels

In Nazar Rizvi’s blog he talks about making changes to the default AjaxToolkit TabPanel’s css class to enable multiple rows of tabs. http://www.narizvi.com/blog/post/Two-rows-of-tab-headers-in-TabContainer-in-Ajax-Control-Toolkit.aspx The blog teaches where to modify in the source code and you have to rebuild the dll. However, you can just put the following in your style sheet. Note that you do … Continued