J
Javier Martinez
Hi
It is possible to use images, themes and Master pages in the same time?
I have my theme set in the web.config and all the pages (even my master
page) of my application are loaded with my favourite look and feell, all
works fine.
But I want to set a image control in my master page and that the image file
would be different bay each theme.
To try do it I write this sentence:
<asp:Image id="Image2" ImageUrl="~/Logo.gif" Runat="Server" />
but the image in the master page is not loaded.
And logo.gif is file storaged under the flowing directory :
AppThemes/MyTheme
What am I doing wrong?
Thanks in advance
Javier
It is possible to use images, themes and Master pages in the same time?
I have my theme set in the web.config and all the pages (even my master
page) of my application are loaded with my favourite look and feell, all
works fine.
But I want to set a image control in my master page and that the image file
would be different bay each theme.
To try do it I write this sentence:
<asp:Image id="Image2" ImageUrl="~/Logo.gif" Runat="Server" />
but the image in the master page is not loaded.
And logo.gif is file storaged under the flowing directory :
AppThemes/MyTheme
What am I doing wrong?
Thanks in advance
Javier