string value1 = Request["param"]; string value2 = Request.QueryString["param"]; string value3 = Request.Form["param"]; string value4 = Request.Params["param"];