I have a subdirectory with it's own images folder. All the image paths in
the pages in the sub directory are "image/image.jpg" When I
Response.Redire ct to a page in the subdirectory the images are fine but when
I use Server.Transfer all the links are broken. I'd prefer to use the
relative paths. Is there a way around this in the Server.Transfer ?
Many thanks
Kevin Vogler
the pages in the sub directory are "image/image.jpg" When I
Response.Redire ct to a page in the subdirectory the images are fine but when
I use Server.Transfer all the links are broken. I'd prefer to use the
relative paths. Is there a way around this in the Server.Transfer ?
Many thanks
Kevin Vogler
Comment