Validation Controls in .NET

A

aroraamit81

I have a problem with the display part of validators in .net.
I have my page in which the layout of the fields dont give me enough
space to display the error messages on the page itself.

I want individual error alert messages to be dispalyed for each of my
fields The validation controls dont have any properties to have this.
Can anyone suggest me an option?
 
R

Rob Meade

I want individual error alert messages to be dispalyed for each of my
fields The validation controls dont have any properties to have this.
Can anyone suggest me an option?

You can use the "Text" property on the required field validator. I use this
on mine, I place some literal HTML code in there to display a warning image,
but to test it quickly, just put an asterisk in there or something. I tend
not to use the error summary sections.

HTH

Regards

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top