开发者

Changing the ImageUrl property dynamically (C#)

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜