What is the main difference between grid layout and flow
layout?
Answer Posted / raghumadhav tirunagari
By default, VS.NET arranges controls in flow layout where
objects flow from left to right, top to bottom. You can then
use tables to perfect your design since you're limited in
what you can do with spaces and line breaks.
Grid layout can also be used to create ASP.NET Web forms in
VS.NET. This means that you can drag and drop controls
anywhere on the form. Absolute positioning via stylesheets
is used to render the controls in the browser using X and Y
coordinates. When using grid layout you need to make sure
that your objects don't overwrite each other since their
positioning is not relative to one another.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How are sessions stored?
What is server infrastructure & server components?
What is session mode in asp.net?
What are the event handlers that we can have in global.asax file?
Why do we use datasource in asp.net?
What is the difference between client-side and server-side validations in webpages?
How does asp net store session ids by default?
Can you explain the basic use of dataview?
Is it right that ASP.NET Web API has replaced WCF?
To wrap up a call to a Web service the standard used is..?
What is postback pixel?
What is the use of ASP.NET routing?
How can I configure asp.net applications that are running on a remote machine?
Can viewstate be accessed in another page?
What is app_code folder in asp net?