TextDataBindingHandler Class
Provides a data-binding handler for a data bound control at design-time.
For a list of all members of this type, see TextDataBindingHandler Members.
System.Object
System.Web.UI.Design.DataBindingHandler
System.Web.UI.Design.TextDataBindingHandler
[Visual Basic] Public Class TextDataBindingHandler Inherits DataBindingHandler [C#] public class TextDataBindingHandler : DataBindingHandler [C++] public __gc class TextDataBindingHandler : public DataBindingHandler [JScript] public class TextDataBindingHandler extends DataBindingHandler
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
TextDataBindingHandler is a data-binding handler that can provide data to a data-bound text property at design-time. Data-binding handlers are used when there is no designer for the control present that would otherwise provide the data for the data bound property.
Requirements
Namespace: System.Web.UI.Design
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
TextDataBindingHandler Members | System.Web.UI.Design Namespace | DataBindingHandler