The members of System.Web.UI.WebControls.ControlParameter are listed below.
See Also: Inherited members from System.Web.UI.WebControls.Parameter
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. |
Initializes a new instance of the System.Web.UI.WebControls.ControlParameter class with values from the specified instance. |
ControlID | string.
Specifies the name of the control that the System.Web.UI.WebControls.ControlParameter object binds to. | |
PropertyName | string.
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. |
override | Clone()
| |
override | Evaluate(System.Web.HttpContext, System.Web.UI.Control)
|