D
DamienS
Hi,
I'm wondering if there's a way to prevent ASP.Net from rebasing the
URLs/Paths in my Images.
My website is using a reasonably complex system to perform skinning
(custom code combined with out of the box ASP themes). The problem is
that whenever I add an image (either Image or HtmlImage), ASP is
overwriting my URL with it's version. I need the URL to be fixed to
http://mysite/images/xyz.jpg.
I've managed to get it going by using a literal control, however I'd
rather use server side controls because of their other benefits.
Thanks very much in advance,
Damien
I'm wondering if there's a way to prevent ASP.Net from rebasing the
URLs/Paths in my Images.
My website is using a reasonably complex system to perform skinning
(custom code combined with out of the box ASP themes). The problem is
that whenever I add an image (either Image or HtmlImage), ASP is
overwriting my URL with it's version. I need the URL to be fixed to
http://mysite/images/xyz.jpg.
I've managed to get it going by using a literal control, however I'd
rather use server side controls because of their other benefits.
Thanks very much in advance,
Damien