ControlParameter Constructor
Initializes a new instance of the ControlParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ControlParameter() | Initializes a new unnamed instance of the ControlParameter class. |
![]() | ControlParameter(ControlParameter^) | Initializes a new instance of the ControlParameter class with values from the specified instance. |
![]() | ControlParameter(String^, DbType, String^, String^) | Initializes a new instance of the ControlParameter class by using the specified parameter name, database type, control ID, and property name. |
![]() | ControlParameter(String^, String^) | Initializes a new named instance of the ControlParameter class, using the specified control name to identify which control to bind to. |
![]() | ControlParameter(String^, String^, String^) | Initializes a new named instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |
![]() | ControlParameter(String^, TypeCode, String^, String^) | Initializes a new named and strongly typed instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |

