WEB按钮转为HTML按钮

HTML中改写 asp:button 改为 input type=button </asp:button>删除
Text=aaa 改为 Value=aaa
CS中
protected System.Web.UI.WebControls.Button Button1;
protected System.Web.UI.HtmlControls.HtmlInputButton Button1;
如果有事件的,那要删除
#region Web 窗体设计器生成的代码
中的代码

你可能感兴趣的:(html)