For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > July 2004 > dropdown overlaps reportviewer in IE









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author dropdown overlaps reportviewer in IE
JIM.H.

2004-07-30, 3:58 pm

Hello,
In my asp.net application design view I have a
dropdwonlist and a reportviewer component. They are
located horizontally in the design view, however when I do
Debug>Start IE shows reportviewer overlaps the
dropdownlist, how can I prevent that?
Thanks,
Jim.

S. Justin Gengo

2004-07-31, 3:56 pm

Jim,

You probably originally added one of the controls to the page while the page
was set to grid layout then later changed the page to flow layout. When the
page was set to grid layout and one of the controls were added a style tag
with exact positioning information was added to the control. When the page
was changed to flow layout that style tag remained. Go to the html view of
the page and remove the style tag and that will fix things.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"JIM.H." <JIMH@discussions.microsoft.com> wrote in message
news:1164BAC4-CA5E-4621-9C4F-D3841946C6E9@microsoft.com...
> Hello,
> In my asp.net application design view I have a
> dropdwonlist and a reportviewer component. They are
> located horizontally in the design view, however when I do
> Debug>Start IE shows reportviewer overlaps the
> dropdownlist, how can I prevent that?
> Thanks,
> Jim.
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com