DynamicControlParameter.Evaluate(HttpContext, Control) Method

Definition

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

protected:
 override System::Object ^ Evaluate(System::Web::HttpContext ^ context, System::Web::UI::Control ^ control);
protected override object Evaluate (System.Web.HttpContext context, System.Web.UI.Control control);
override this.Evaluate : System.Web.HttpContext * System.Web.UI.Control -> obj
Protected Overrides Function Evaluate (context As HttpContext, control As Control) As Object

Parameters

context
HttpContext

The HTTP context.

control
Control

The dynamic control parameter.

Returns

A InvalidOperationException object that indicates the DynamicDataManager control is missing.

Remarks

This method should not be called by the page developer.

Applies to