Updates and returns the value of the System.Web.UI.WebControls.QueryStringParameter object.
- ctx
- Documentation for this section has not yet been entered.
- control
- A Web server control that is associated with the ASP.NET Web page where the System.Web.UI.WebControls.QueryStringParameter object is used.
An object that represents the current value of the parameter. If the context or the request is null, the QueryStringParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method returns null.
The System.Web.UI.WebControls.QueryStringParameter object tries to bind to the query-string field every time that the QueryStringParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method is called.
The context parameter is used by the QueryStringParameter.Evaluate(System.Web.HttpContext, System.Web.UI.Control) method to retrieve the value of the specified query-string field from the query string. The control parameter is ignored.