Thursday, March 29, 2012

object positions

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. wrote:

> 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.
"JIM.H." <JIMH@.discussions.microsoft.com> wrote in message
news:64E0C1C7-3566-480F-AFB1-6D3662F5FC72@.microsoft.com...
> 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.
>
Shock,
Can you give me more information, how should I use table?
Thanks,
Jim.
"Shock" wrote:

> JIM.H. wrote:
>
> Hey Jim,
> I use table to organize my aspx pages. They work very well.
> Shock
>
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.
"Scott M." wrote:

> Turn of GridLayout and go with FlowLayout in the Document's PageLayout
> property.
>
> "JIM.H." <JIMH@.discussions.microsoft.com> wrote in message
> news:64E0C1C7-3566-480F-AFB1-6D3662F5FC72@.microsoft.com...
>
>
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.
"JIM.H." <JIMH@.discussions.microsoft.com> wrote in message
news:64E0C1C7-3566-480F-AFB1-6D3662F5FC72@.microsoft.com...
> 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.
>
I do not know what I am doing wrong. my page is in FlowFormat. When you say
page element: are you talking about componnet in the page? There is no Top
properties on those components. Page properties have page margins, shoud I
change that one?
"David Jessee" wrote:

> Change the page to flow layout, then remove all of the style attributes fr
om
> 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 co
me
> from that GridLayout mode.
> "JIM.H." <JIMH@.discussions.microsoft.com> wrote in message
> news:64E0C1C7-3566-480F-AFB1-6D3662F5FC72@.microsoft.com...
> IE
>
>

0 comments:

Post a Comment