Which is used more: GridLayout or PageLayout

B

Brad

I'm starting a major project and want to get a feel for
what is more "industry standard" for asp.net page design.

I would greatly appreciate any feedback regarding what
people use as their default layout mode for page design.

Thank you.
 
C

Curt_C [MVP]

I believe that grid layout is the default isn't it? If so I'm betting that
then :}
 
C

Curt_C [MVP]

FYI... Even if I have GridLayout in essence I still use FlowLayout since I
never EVER set the coordinates for anything on my page.
 
H

Hermit Dave

yeap.... cant be bothered to changing it.... serves the purpose as is....
%>)

HD
 
C

Curt_C [MVP]

no it doesn't.... Not unless the coordinates are included in the html to
start, which in my case they aren't....
When you drop a control onto the Design View of a webform it will put the
positions, but I remove them. Beyond that I manully create my aspx from the
HTML view, not the Deisgn View.
I avoid the design view unless absolutely necessary since it tends to screw
things up in my code-behinds.
 
M

mikeb

Brad said:
I'm starting a major project and want to get a feel for
what is more "industry standard" for asp.net page design.

I would greatly appreciate any feedback regarding what
people use as their default layout mode for page design.

Thank you.

I don't know which is used more, but I always switch to FlowLayout -
absolute positioning in web pages is generally considered bad practice.

If you need it, then use GridLayout, otherwise stick to FlowLayout so
people can resize their browser and have things reposition nicely. If
you need to have some control over the layout, HTML tables are what is
generally used.
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top