using RegularExpressionValidator and RequiredFieldValidator together????

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I need to use both of these to validate a field on a form. I have both
of them side by side (RFV then REV). When the first one gets
triggered, it looks fine, but when the 2nd one gets triggered, there is
a huge space. Basically, it looks like even though the first validator
isnt being triggered, it leaving enough space just like it was
triggered.. is there a way to stop that from happening???
 
Back
Top