创建一个IMAGE Web表单 [英] Creating an IMAGE Web Form

查看:50
本文介绍了创建一个IMAGE Web表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我如何在表单上添加Web表单 IMAGE 吗?

Can anyone please tell me how to add Web Form IMAGE on to a form please?

推荐答案

您好,
我不确定这是什么意思
Hi ,
I''m not sure if this what you mean
<form id="form1" runat="server">
<div>
  <input type="image" src="~/images/1.jpg" border="0" id="img1" runat="server"/>
    <asp:Image ID="Image1" runat="server" ImageUrl="~/images/1.jpg"  />
    <img alt="" src="images/1.jpg" />

</div>
</form>



如果这是您的意思,则需要在asp.net上开始进行ASP.NET搜索,或者查找一些书籍我对您的推荐看到此 [ ^ ]
最好的问候
M.Mitwalli



If this what you mean you need to start ASP.NET search on asp.net toturials or Find some books My recommendation to you see this[^]
Best Regards
M.Mitwalli


谢谢,我在发了这个问题后马上就想通了,我有点误解了这个概念-_-哈哈让我愚蠢
Thank you, I figured it out right after I posted the question, I kinda misunderstood the concept -_- haha stupid me


这篇关于创建一个IMAGE Web表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆