How do I get asp.net 3.5 validator messages to take up space in a form only when displayed? -


my form in asp.net 3.5 set inside html table, , rendering enough space display validator error messages attached textboxes, checkboxes, etc. in each row.

my table 3 columns, column 1 labeling each control, column 2 holding controls themselves, , column 3 being reserved validator controls. column 3 pushing whole row taller when have longer error message, , makes form elements display odd spacing in between them.

i'd have more uniform form elements, need keep of longer validator error messages.

how form display without spaces , adjust when message needs displayed?

do have validators set use display property of dynamic? allow them shown when needed.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -