且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在asp.net中的图像控制中检索图像

更新时间:2023-02-14 10:29:46

任何努力?互联网上充满了这种例子。

顺便说一下,看看下面的链接。他们可以帮助你。



http://www.w3schools .com / aspnet / control_image.asp [ ^ ]



http://www.daniweb.com/web-development/aspnet/threads/8913/use-of-image-control-on-web-page [ ^ ]



http://www.4guysfromrolla .com / articles / 091907-1.aspx [ ^ ]
Any effort? Internet is full with examples of this kind.
Btw, look at the links below. They may help you.

http://www.w3schools.com/aspnet/control_image.asp[^]

http://www.daniweb.com/web-development/aspnet/threads/8913/use-of-image-control-on-web-page[^]

http://www.4guysfromrolla.com/articles/091907-1.aspx[^]


Google [ ^ ]在你的地方破了。它返回约 14,000,000个结果(0.31秒)。在此处发布任何问题之前尝试一下

图像控制示例 [ ^ ]

ASP.NET Image Manipulation示例:添加,缩放,放大 [ ^ ]



也可以尝试在代码项目中搜索 [ ^ ]文章。
Is Google[^] broken at your place. It returns about 14,000,000 results (0.31 seconds). Try it before posting any question here.
image-control-example[^]
ASP.NET Image Manipulation Examples: Adding, Zooming, Enlarging[^]

Also try searching in Code Project[^] articles.


放置图片图像控件中imageUrl属性中的url



例如:
put image url in imageUrl property inside the image control

e.g :
<asp:image id="Img1" runat="server" imageurl="~/images/people.jpg"/>