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.
BundleConfig.RegisterBundles(BundleTable.Bundles);
ThemeAssembly.ThemesProviderEx.Register();
Should I do similar registration for my skins?
When setting the SkinID on markup, the theme the skin is in also should be defined.
For example