string value = Request.QueryString("hello"); // or if this doesn't work string value = Request.QueryString["hello"];