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

You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,


What is the difference between server-side scripting and client-side scripting?

0 Answers  


Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,






Is it possible to create web application with both webforms and mvc?

0 Answers  


Define msil.

0 Answers  


What is csrf attack in asp.net?

0 Answers  


What is active web page?

0 Answers  


how to send mail in asp.net

2 Answers  


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


How many time you can fill dataset in asp.net?

3 Answers   Syntel, Wipro,


Categories