Adds a binding error message to a specific control attached to this binder BindingErrors collection.
public bool AddBindingError(string ErrorMessage, string ControlName)
Return Value
true if the control was found. False if not found, but message is still assigned
Parameters
ErrorMessage
The Error Message to set it to.
ControlName
Form relative Name (ID) of the control to set the error on
Overloads:
public bool AddBindingError(string ErrorMessage, Control Control)
public bool AddBindingError(string ErrorMessage, DataBindingItem BindingItem)
See also:
Class DataBinder© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic