Positioning ValidationSummary in GridLayout -- HowTo?

  • Thread starter Thread starter Richard Lionheart
  • Start date Start date
R

Richard Lionheart

Hi All,

I've got a form with a few controls positioned as I want them using
GridLayout.

I just added a final control to my form without using Design mode: an
asp:ValidationSummary. It winds up scribbling its messages at the upper
left of the form, overwriting my other controls of course.

I thought I could position it manually, but it doesn't seem to support a
Style attribute.

Do I have to abandon GridLayout if I want to use validators and use a table
for controlling position?
 
Hi All,

I came up with a kludge workaround: I prefixed the asp:ValidationSummary |
HeaderText with a bunch of "<p>&nbsp;" entries.

I'd prefer that I could direct the HeaderText to a ErrMsg asp:Label control
or maybe some multi-line text control, but I didn't see how I could do that.

Regards,
Richard
 
Back
Top