在使用大量脚本的时候,总会生成很多html,由于runat=server的控件都是保存状态的,因此选择不用服务器控件
1asp.net中不使用服务器控件,直接post 表单数据到server<body >
2asp.net中不使用服务器控件,直接post 表单数据到server        <form id="Form1" method="post" action="WebForm1.aspx">
3asp.net中不使用服务器控件,直接post 表单数据到server            <!--<input type="text" >>


在server端接收post的数据:
Request.Form["cmd"]

相关文章:

  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-07-07
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-07-10
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案