P
Prince
I have some <RequiredFieldValidator> on my page and
everything works fine except that there are lots of white
spaces between the web server controls that are being
validated. I've set the Display properties for all the
controls to "Dynamic" and still I can't get rid of the
white spaces between controls. It's as if there are
bunch of <br> tags separating the controls.
For example,the "HTML" look similar to this.
Some text here.
<RadioButtonList Server Control>
<RadioButtonList Server Control>
<RadioButtonList Server Control>
<RequireFieldValidator>
<RequireFieldValidator>
<RequireFieldValidator>
Some more text here.
Address: <TextBox Server Control>
<RequireFieldValidator>
When the above "HTML" is displayed in the browser, there
is a large white space between <RadioButtonList Server
Control> and the "Some more text here."
How can I remove all that space and still keep the
validation where it is? Or is this not possible. And if
not, what is the work around?
thanks,
Prince
everything works fine except that there are lots of white
spaces between the web server controls that are being
validated. I've set the Display properties for all the
controls to "Dynamic" and still I can't get rid of the
white spaces between controls. It's as if there are
bunch of <br> tags separating the controls.
For example,the "HTML" look similar to this.
Some text here.
<RadioButtonList Server Control>
<RadioButtonList Server Control>
<RadioButtonList Server Control>
<RequireFieldValidator>
<RequireFieldValidator>
<RequireFieldValidator>
Some more text here.
Address: <TextBox Server Control>
<RequireFieldValidator>
When the above "HTML" is displayed in the browser, there
is a large white space between <RadioButtonList Server
Control> and the "Some more text here."
How can I remove all that space and still keep the
validation where it is? Or is this not possible. And if
not, what is the work around?
thanks,
Prince