Home All Groups Group Topic Archive Search About
Author
26 Jun 2006 11:36 PM
Joseph
I've developped an ASP.Net web page that uses web controls such as a label
control. The problem I am experiencing is that some users view the page
displaying all the controls overlapping each other. I have tried setting
their browser View, Test setting to the default: Medium and still nothing
changes. Has anyone experienced this sort of problem before and can share the
solution to fixing it.
Thanks

Author
28 Jun 2006 12:41 AM
Alvin Bruney [MVP]
I believe the accepted pattern for this is to stick them in a table sized
appropriately, that will keep them from overlapping.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


Show quoteHide quote
"Joseph" <Jos***@discussions.microsoft.com> wrote in message
news:C29FCFC4-A878-48B2-9AC3-1018856FF939@microsoft.com...
> I've developped an ASP.Net web page that uses web controls such as a label
> control. The problem I am experiencing is that some users view the page
> displaying all the controls overlapping each other. I have tried setting
> their browser View, Test setting to the default: Medium and still nothing
> changes. Has anyone experienced this sort of problem before and can share
> the
> solution to fixing it.
> Thanks