Hi, I have been working with Infragistics web contros in my application and I was able to preset look and feel of XP silver. Then I wanted to have consistency in my pages so I created skin file in my asp.net project and added the theme there. It works fine for the WebImageButton. So there I have added a UltraWebTab and I followed the same procedures and unfortunately I am not able to see the NormalImage or HoverImage on the browser unless I mannualy moved those XP images into my project folder and give the explicit path.
I am really confused with it. Please help me to over come this.
thank you.
Using Themes has one drawback - it limits the ability to resolve imageurls properly. The controls have a lot of code which is used to help resolve image paths based on config settings, the ImageDirectory property, etc. Themes get in the way of this, and unfortunately the images get 'lost'. I'd recommend using Application Styling, which is CSS based, and allows you to include styles for your entire application (not just the Infragistics controls).
-Tony