Asp. Net uses the Server Control Image/ImageButton to display local images,

Source: Internet
Author: User

Asp. Net uses the Server Control Image/ImageButton to display local images,

The Image/ImageButton Server Control displays a local Image. Here, I am doing this: the database stores the relative address of the image, reads the address in the database, and loads the display image with controls.

Steps:

A. Add A server control. The following uses the Image control as an example.

B. The path in the database is very important. The format is written like this :~ /Image/1.jpg. I wrote :~ \ Image \ 1.jpg. the image cannot be loaded. After '\' is changed, the image can be loaded. Image is a folder that stores images in the main directory of the project.


C. Add code. Use the image URL attribute of the image to add the image path:

// Avatar Image_portrait.ImageUrl = ds. Tables [ZER]. Rows [ZER] [SIX]. ToString ();



D. Result


Summary

The above section describes how to use the Server Control Image/ImageButton in asp.net to display local images. If you have any questions, please leave a message, the editor will reply to you in a timely manner. Thank you very much for your support for the help House website!

Related Article

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.