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
What is HTTPModule and HTTPcontext? What is the use of each?
Difference between overriding and overloading?
Where is asp.net view state stored?
How many types of cache are there?
How does session authentication work?
What are the events that happen when a client requests an asp.net page from iis server?
What is the difference between session and viewstate in asp.net?
What is Model-View-View Model?
Where is the view state data stored?
To get the values in two different controls to match which control you use it?
What is difference between mvc and asp.net? : Asp.Net MVC
What permissions do asp.net applications posses by default?
What is server side in asp.net?
What are the steps to follow to host a web application on a web server?
What are the versions of garbage collection?