How ca开发者_JAVA百科n I Change the ImageUrl property dynamically (C#)
Image1.ImageUrl = "your image path";
sets the location of the image with name Image1.
Read
ImageUrl
Eg:
Image1.ImageUrl = "~/ImageName.gif";
How ca开发者_JAVA百科n I Change the ImageUrl property dynamically (C#)
Image1.ImageUrl = "your image path";
sets the location of the image with name Image1.
Read
ImageUrl
Eg:
Image1.ImageUrl = "~/ImageName.gif";
精彩评论