Adds a binding error for DataBindingItem control. This is the most efficient way to add a BindingError. The other overloads call into this method after looking up the Control in the DataBinder.
public bool AddBindingError(string ErrorMessage, DataBindingItem BindingItem)
Parameters
ErrorMessage
BindingItem
Overloads:
public bool AddBindingError(string ErrorMessage, string ControlName)
public bool AddBindingError(string ErrorMessage, Control Control)
See also:
Class DataBinder© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic