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 窗体设计器生成的代码
中的代码

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-12-03
  • 2021-10-01
猜你喜欢
  • 2021-12-03
  • 2021-11-28
  • 2021-12-05
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案