服务器端区别,一个是
<input type= "button " runat= "server "/> 对应System.Web.UI.HtmlControls.HtmlInputButton类
<asp:button runat= "server "> </asp:button> 对应System.Web.UI.WebControls.Button 类
input runat= server和asp:button的区别
最新推荐文章于 2019-04-10 10:53:04 发布
本文介绍了服务器端两种不同类型的按钮:一种是使用HtmlInputButton类表示的<input type=button runat=server/>,另一种是使用Button类表示的<asp:button runat=server></asp:button>。这两种按钮在服务器端有不同的表现形式和技术实现。
2829

被折叠的 条评论
为什么被折叠?



