What is the main difference between grid layout and flow
layout?



What is the main difference between grid layout and flow layout?..

Answer / 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

More ASP.NET Interview Questions

What is the purpose of master page?

0 Answers  


how we deploy the asp.net 2.0 application

2 Answers   Logistics,


What is route in web api?

0 Answers  


Difference between ByVal and ByRef?

2 Answers   Microsoft,


What is ispostback property?

0 Answers  






What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?

2 Answers   Accenture, Aptech,


How do you implement postback with a text box?

0 Answers  


What are the different types of Session state management options available with ASP.NET?

5 Answers   Siebel Systems,


What asp.net control can embed xaml into asp.net pages?

0 Answers  


Differentiate between structure and class.

0 Answers  


What are the validation controls available in ASP.NET?

0 Answers  


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


Categories