html在vs2010中与aspx页面传值resquest.form["name"]

aspx.cs不能通过html标签的id来传值,而是通过name来传值。

string name=resquest.form["name"].tostring();

原文地址:https://www.cnblogs.com/byxzbg/p/3170522.html