object positions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am new in asp.net application. In my application I have a few dropdown
list and a RS2000 report viewer object. When I launch the application, in IE
they they do not keep their position and overlap, how can I get them stay
where they are?
Thanks,
Jim.
 
JIM.H. said:
Hello,
I am new in asp.net application. In my application I have a few dropdown
list and a RS2000 report viewer object. When I launch the application, in IE
they they do not keep their position and overlap, how can I get them stay
where they are?
Thanks,
Jim.

Hey Jim,

I use table to organize my aspx pages. They work very well.

Shock
 
Turn of GridLayout and go with FlowLayout in the Document's PageLayout
property.
 
Shock,
Can you give me more information, how should I use table?
Thanks,
Jim.
 
Scott,
I change GridLayout to FlowLayout on the design view (right click and
propertise) but nothing has chnaged it is still the same.
Thanks,
Jim.
 
Change the page to flow layout, then remove all of the style attributes from
the page elements that define the elements' top, left width or height
attributes.

I've been using .NET for about 4 years and I've never had anything good come
from that GridLayout mode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top