Article information
Article relates to
RadTabStrip v3.x
Created by
Paul, Telerik
Last modified
June 19, 2006
Last modified by
HOW-TOUse RadTabStrip with a global theme in ASP.NET 2.0
DESCRIPTIONRadTabStrip is designed with control-level skinning in mind. Nonetheless, the control could take full advantage of the native ASP.NET 2.0 theming mechanism, if you are familiar with it.SOLUTIONIn order to achieve the desired look and feel of RadTabStrip with global ASP.NET 2.0 theme, please follow the instructions below:
Define the tabstrip’s Skin property in the in the theme’s skin file.<radTS:RadTabStrip runat="server" Skin="Cool" />
Set the Theme property in your ascx/aspx file.
Run your application.
Resources Buy Try