Home All Groups Group Topic Archive Search About
Author
7 Nov 2007 3:03 AM
Nathan Sokalski
I have a page with several TextBoxes and RequiredFieldValidators. Whenever the Validators fail (the user enters an invalid value), an extra line is displayed after the Validator. My Validators do not contain any <br/> tags in their ErrorMessage properties, so I have no idea what could be causing this. Here are several screenshots to show you what it looks like in the different scenarios:








As you can see, there is extra space only after the visible Validators. Does anybody have any idea why this might be happening? Thanks.
--
Nathan Sokalski
njsokal***@hotmail.com
http://www.nathansokalski.com/

Author
7 Nov 2007 7:10 PM
Cy Welch
Nathan Sokalski wrote:
Show quote
> I have a page with several TextBoxes and RequiredFieldValidators.
> Whenever the Validators fail (the user enters an invalid value), an
> extra line is displayed after the Validator. My Validators do not
> contain any <br/> tags in their ErrorMessage properties, so I have no
> idea what could be causing this. Here are several screenshots to show
> you what it looks like in the different scenarios:








> As you can see, there is extra space only after the visible Validators.
> Does anybody have any idea why this might be happening? Thanks.

On the assumption that you have the fields in a table it may be that the
  error text is slightly overflowing the length of the cell and forcing
the additional line.

--
Cy Welch
Senior Programmer
MetSYS Inc
http://www.metsysinc.com

AddThis Social Bookmark Button