DataBindingHandlerAttribute Constructor (String)
.NET Framework (current version)
Initializes a new instance of the DataBindingHandlerAttribute class with the specified type name.
Assembly: System.Web (in System.Web.dll)
The type name for this constructor is the fully qualified name of the type, including its assembly name.
The following code example uses the DataBindingHandlerAttribute constructor to designate a custom DataBindingHandler class for the Web control.
.NET Framework
Available since 1.1
Available since 1.1
Show: