I write in asp.net with c# code and some jscript.
I’m using CompareValidators and RegularExpressions to validate certain fields. This is working fine except for one problem. The exception messages take up room which is distorts the look of the form. I don’t want the message to take any room unless they actually need to be displayed. If I was issuing a post back I could handle it by making it visible and invisible. But in this case I don’t know how to handle it.