System.Web.UI.WebControls.ControlParameter Members

The members of System.Web.UI.WebControls.ControlParameter are listed below.

See Also: Inherited members from System.Web.UI.WebControls.Parameter

Public Constructors

Initializes a new unnamed instance of the System.Web.UI.WebControls.ControlParameter class.

Initializes a new named instance of the System.Web.UI.WebControls.ControlParameter class, using the specified control name to identify which control to bind to.

Initializes a new named instance of the System.Web.UI.WebControls.ControlParameter class, using the specified property name and control name to identify which control to bind to.

Initializes a new named and strongly typed instance of the System.Web.UI.WebControls.ControlParameter class, using the specified property name and control name to identify which control to bind to.

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.ControlParameter class with values from the specified instance.

Public Properties

ControlIDstring.

Specifies the name of the control that the System.Web.UI.WebControls.ControlParameter object binds to.

PropertyNamestring.

Gets or sets the property name of the control identified by the ControlParameter.ControlID property that the System.Web.UI.WebControls.ControlParameter object binds to.

Protected Methods

override
Clone() : Parameter

Returns a duplicate of the current System.Web.UI.WebControls.ControlParameter instance.

override
Evaluate(System.Web.HttpContext, System.Web.UI.Control) : object

Updates and returns the value of the System.Web.UI.WebControls.ControlParameter object.