J
Jack
Are there any rules of thumb for when it is appropriate to use grid mode vs.
flow mode in the Visual Studio.NET WebForm designer?
flow mode in the Visual Studio.NET WebForm designer?
Are there any rules of thumb for when it is appropriate to use grid mode vs.
flow mode in the Visual Studio.NET WebForm designer?
if you are designing for multiple computers then use flow.
Kevin Spencer said:Grid Layout uses inline CSS styles for absolute positioning, by dragging in
the IDE. Flow Layout is traditional HTML layout. Personally, although we use
CSS, we don't like inline styles, so we develop using Flow, and add the CSS
classes, rather than styles. If you don't want to use inline styles for
absolute positioning, use Flow Layout.
Is this because of browser compatibility issues?
If so, would it still be better to use for an Extranet application where
browser capability could be specified?
Jack said:Are there any rules of thumb for when it is appropriate to use grid mode vs.
flow mode in the Visual Studio.NET WebForm designer?