wwWebForm.AddBindingError

Adds a new binding error to the collection of internal binding errors. This method allows you to easily add a new error to the collection of existing errors that might have occurred during unbinding of control data.

This method is handy for adding any custom page specific error validation messages to the error display.

public void AddBindingError(string Message, string ControlID)

Return Value

void

Parameters

Message
The error message to display

ControlID
Optional - The ControlId that is to be linked by this control. Pass null for none.

Overloads:


See also:

Class wwWebForm

© West Wind Technologies, 1996-2018 • Updated: 12/17/05
Comment or report problem with topic