1.get方法接收值写法

 string ad = Request["name"];

2.post方法接收值写法

 <%string a = Request.Form["fname"]; %>
 <% string b = Request.Form["lname"]; %>
 <%=a %>
 <%=b %>

传值的方式:请阅读下面这个链接。

http://blog.csdn.net/yysyangyangyangshan/article/details/7044014

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2018-12-17
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案