FormParameter Constructor

 

Initializes a new instance of the FormParameter class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodFormParameter()

Initializes a new unnamed instance of the FormParameter class.

System_CAPS_protmethodFormParameter(FormParameter^)

Initializes a new instance of the FormParameter class with the values of the instance specified by the original parameter.

System_CAPS_pubmethodFormParameter(String^, DbType, String^)

Initializes a new instance of the FormParameter class, using the specified string to identify which form variable field to bind to.

System_CAPS_pubmethodFormParameter(String^, String^)

Initializes a new named instance of the FormParameter class, using the specified string to identify which form variable field to bind to.

System_CAPS_pubmethodFormParameter(String^, TypeCode, String^)

Initializes a new named and strongly typed instance of the FormParameter class, using the specified string to identify which form variable to bind to.

Return to top
Show: