ParameterCollection::UpdateValues Method (HttpContext^, Control^)
.NET Framework (current version)
Iterates through the Parameter objects contained by the collection, and calls the Evaluate method on each one.
Assembly: System.Web (in System.Web.dll)
Parameters
- context
-
Type:
System.Web::HttpContext^
The current HttpRequest that the Parameter binds to.
- control
-
Type:
System.Web.UI::Control^
The Control instance that is passed to each parameter's Evaluate method.
The control parameter is used by Parameter objects contained in the collection to retrieve the Page and current HttpRequest object that the Parameter object binds to.
If the current value for the Parameter object is different from the value cached in view state, the OnParameterChanged method is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: