This control provides two way databinding, binding validation and limited formatting to the Label control
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Label
<b>Westwind.Web.Controls.wwWebLabel</b>
public class wwWebLabel : Label, IwwWebDataControl
Class Members
Member | Description | |
---|---|---|
Constructor |
||
BindData |
Binds the control to the control BindingSource. public sealed void BindData( Control WebForm ); |
|
UnbindData |
Unbinds the control from the BindingSource by loading the BindingSource with the value in the control. public sealed void UnbindData( Control WebForm ); |
|
BindingErrorMessage |
Error message set when a data unbinding error occurs. | |
BindingProperty |
The property that is set by the databinding. | |
BindingSource |
The object that is to be bound to as a string name based on the container. | |
BindingSourceMember |
The property that is to be bound to. | |
BindingSourceObject |
The object that is to be bound to as an object reference. | |
DisplayFormat |
he format string used to format this field when binding | |
ErrorIconUrl |
The Url to the Image used for error display if icons are used. | |
ErrorMessageLocation |
||
IsRequired |
||
UserFieldName |
The format string used to format this field when binding. Defaults to fieldname with txtStripped. |
Requirements
Namespace: Westwind.Web.ControlsAssembly: wwwebcontrols.dll
© West Wind Technologies, 1996-2018 • Updated: 05/06/05
Comment or report problem with topic