FormErrorCollection.Delete Method
Include Protected Members
Include Inherited Members
Deletes the specified user-defined error from the FormErrorCollection object associated with the current form.
Overload List
Name | Description | |
---|---|---|
Delete(String) | Deletes all FormError objects of the specified name from the FormErrorCollection object associated with the current form. | |
Delete(FormError) | Deletes the specified FormError from the FormErrorCollection object associated with the current form. |
Top