You are on page 1of 1

Caspillo, Johnrey P.

ITMAWE404

Working With Data with ASP.net


(Validation Errors)

Validation error is an error box or like alert dialog box which displays when you
enter wrong or invalid insertion of data, this validation will appear to inform the user that
data he/she entered is wrong or invalid. With the use HTML.ValidationMessage() helper
and method code the alert box will appear in the screen. In addition to
HTML.ValidationMessage() there was another code HTML.ValidationSummary() which
helps the user to summarize what is the cause of the error and what wrong in the data
he entered because the use of HTML.ValidationSummary() is to make all the error into
one place to better identified what is wrong in the information or data he/she typed and
to correct all the invalid data to submit your form successfully to the server.

You might also like