Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DynamicControlParameter::Evaluate Method (HttpContext^, Control^)

 

Throws an System::InvalidOperationException exception to indicate that the DynamicDataManager control is missing.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

protected:
virtual Object^ Evaluate(
	HttpContext^ context,
	Control^ control
) override

Parameters

context
Type: System.Web::HttpContext^

The HTTP context.

control
Type: System.Web.UI::Control^

The dynamic control parameter.

Return Value

Type: System::Object^

A InvalidOperationException object that indicates the DynamicDataManager control is missing.

This method should not be called by the page developer.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft