开发者

Changing the ImageUrl property dynamically (C#)

开发者 https://www.devze.com 2022-12-13 01:38 出处:网络
How ca开发者_JAVA百科n I Change the ImageUrl property dynamically (C#)Image1.ImageUrl = \"your image path\";

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";
0

精彩评论

暂无评论...
验证码 换一张
取 消