ControlParameter Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| ControlID | Specifies the name of the control that the ControlParameter object binds to. |
| ConvertEmptyStringToNull | Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to a null reference (Nothing in Visual Basic) if it is String.Empty. (Inherited from Parameter.) |
| DefaultValue | Specifies a default value for the parameter, should the value that the parameter is bound to be uninitialized when the Evaluate method is called. (Inherited from Parameter.) |
| Direction | Indicates whether the Parameter object is used to bind a value to a control, or the control can be used to change the value. (Inherited from Parameter.) |
| Name | Gets or sets the name of the parameter. (Inherited from Parameter.) |
| PropertyName | Gets or sets the property name of the control identified by the ControlID property that the ControlParameter object binds to. |
| Size | Gets or sets the size of the parameter. (Inherited from Parameter.) |
| Type | Gets or sets the type of the parameter. (Inherited from Parameter.) |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. (Inherited from Parameter.) |
| ViewState | Gets a dictionary of state information that allows you to save and restore the view state of a Parameter object across multiple requests for the same page. (Inherited from Parameter.) |
Community Additions
ADD
Show: