Solve the headache problem of image path

Source: Internet
Author: User


I believe everyone has encountered the image Path Problem in ASP. NET and it is annoying. For example, our image path is under the root directory \ images \. on the homepage, we want to use the images in it. In the user control, we also want to use the images in that directory, user Controls are often placed in a separate directory, so that images cannot be found. If we use masterpage again, the problem becomes more complicated and we cannot figure out where the image is.

A better solution is as follows.

For a server control: <asp: Image id = "image1" ruant = server imageurl = "~ /Images/img1.jpg "/>

For HTML controls: '>

Some people suggest using relative absolute paths, but there must be a virtual directory, such as the virtual directory ABC, and then use
Imageurl = "/ABC/image/image1.gif ";

However, if there is no virtual directory, it is just a site. This method seems a bit problematic.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.