S
Stimp
I am using a web control stored in the root directory containing an
image like:
<IMG height="84" alt="" src="images/image1.gif" width="120" border="0">
This works fine on .aspx pages that are in the same directory as the
..ascx file, but when I call the user control from an .aspx page in a
subdirectory the image is not picked up (and a blank gap is left).
Do ascx files need to be stored in the same directory as the aspx files
that call them in order for images to be referenced correctly?
Thanks.
image like:
<IMG height="84" alt="" src="images/image1.gif" width="120" border="0">
This works fine on .aspx pages that are in the same directory as the
..ascx file, but when I call the user control from an .aspx page in a
subdirectory the image is not picked up (and a blank gap is left).
Do ascx files need to be stored in the same directory as the aspx files
that call them in order for images to be referenced correctly?
Thanks.