You should use FlowLayout most of the time.
Grid layout is only useful for specialized circumstances. I don't know why
they made it the default.
You can change this default on a per project basis.
In the solution explorer window, right click on your project and select
properties.
Then under Common Properties select Designer Defaults.
There you can set the default page layout for your project to FlowLayout.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at
http://www.able-consulting.com
"Stephen" <> wrote in message
news:da2f01c3bb3e$107f98f0$...
> I am about to start my first project in asp .net. I like
> the gridlayout but is there anyt limitations or obstacles
> hing I should know about before proceeding with this page
> layout?