获得提交的表单对象
Request["InputValue"];
Request.Params["InputValue"];
Request.QueryString["InputValue"];
Request.Form["InputValue"];
((HtmlInputText)Page.PreviousPage.FindControl("InputValue")).Value;
Request.Params["InputValue"];
Request.QueryString["InputValue"];
Request.Form["InputValue"];
((HtmlInputText)Page.PreviousPage.FindControl("InputValue")).Value;
浙公网安备 33010602011771号