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

How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


How do you manage session in ASP and ASP.NET ?

2 Answers   Cap Gemini, Microsoft,


Explain the use of fragment caching.

0 Answers  


Write a standard lock() plus double check to create a critical section around a variable access?

1 Answers  


What is skin in asp.net?

0 Answers  






A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


Explain exception handling in .net.

0 Answers  


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


Difference between .NET and previous version?

1 Answers   Microsoft,


what is SQL cache Invalidation?

1 Answers  


What is is post back property in asp net?

0 Answers  


Categories