在使用大量脚本的时候,总会生成很多html,由于runat=server的控件都是保存状态的,因此选择不用服务器控件
1
<body >
2
<form id="Form1" method="post" action="WebForm1.aspx">
3
<!--<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
相关资源
-
下载
2021-06-05
-
下载
2021-06-06
-
下载
2023-02-12