Re: Webform issue

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Eric Lemmon (E_MAIL_ME_AT_ericnlisa_at_hotmail.com)
Date: 05/19/04


Date: Tue, 18 May 2004 22:48:39 -0500

Hi Håkan,

I sounds like you want to change your WebForm's pageLayout property from GridLayout to FlowLayout using the Properties pane. (GridLayout is the default.)

When you use GridLayout, it is much like assigning your controls to DIVs, so that they can overlap by default. This method, however, has many conflicts when viewing your page in Netscape. FlowLayout is not as flexible, but it is safer for cross-browser pages.

Take care,

Eric

"mr_Grip" <hakan.grip@proelec-dot-se.no-spam.invalid> wrote in message news:40aa79aa$1_1@127.0.0.1...
> Hi!
>
> I´ve just joined here and thinks this seems like a good place to be
> :)
> I´m working on a project using webforms and one thing that I would
> like to know is, if I copy a few controls and pastes it onto the
> webform they are placed on top of the copied controls, how do I avoid
> this...???
> I want to speed up building the application and should be possible to
> do like this, but how!!
>
> Any tips please
>
> Thanks
>
> Håkan
>



Relevant Pages

  • Re: Submit button to be placed after the Datalist
    ... you should set the pageLayout property to FlowLayout instead of ... GridLayout. ... That way your button can go below the datalist no matter how ...
    (microsoft.public.dotnet.framework.aspnet)
  • 2005 - no PageLayout Property??
    ... First thing I noticed with vs.net 2005 is that the page is in flowlayout and ... there is no pagelayout property that I can set to gridlayout. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)