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 override object Evaluate(
	HttpContext context,
	Control control
)

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: