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
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the advantages and disadvantages of session?
What are the file extensions for razor views?
Explain diff. Betn dataset and recordset?
How can you access the properties and controls of master pages from content pages?
What is session authentication?
Explain the features that make asp.net more used framework? : asp.net mvc
How does u get record no from 5 to 15 from a dataset of 100 records?
Mention the execution process for managed code?
What can we do with asp.net?
How do I open an ashx file?
What is asp net application object?
What does postback mean?
What is web api vs wcf?
Which asp.net objects encapsulate the state of the client and the browser?