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)

Return Value

void

Parameters

Message
The error message to display

Overloads:


See also:

Class wwWebForm

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