ASP requiredfieldvalidator or customvalidator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey,

is it possible to put the message of the fieldrequiredvalidator (ex. field A is required, please fill in) in the statusbar? normally it comes next to the field, but that is horrible. or maybe is it possible to put the message on a specified possition?

Is it also possible to put the message in a dialogbox?

Tkx in advance
Nic
 
Hello Nic,

It is normal to put the error message next to the field that is missed. If
you have a lot of fields for input and missed 3-4 fields for the user it
will be a nightmare to find out which field he/she's missed out
But there is a ValidationSummary control in ASP.NET that collect all the
information from the validators and put all error messages at one place AND
the validator is showing it's message next to the missed field.

Regards
Martin

Nic said:
hey,

is it possible to put the message of the fieldrequiredvalidator (ex. field
A is required, please fill in) in the statusbar? normally it comes next to
the field, but that is horrible. or maybe is it possible to put the message
on a specified possition?
 
Back
Top