txpainthorse
New Member
I used Devexpress Theme Builder in order to create a theme. I successfully applied the theme. The problem arised when I had different width aspx:textboxes. I decided to create skins in Theme Builder and only change the width. I used SkinID property to set the skin on textbox, but I don't see the effect. I registered my theme with the following code.\[code\]BundleConfig.RegisterBundles(BundleTable.Bundles);ThemeAssembly.ThemesProviderEx.Register();\[/code\]Should I do similar registration for my skins?