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


Please Help Members By Posting Answers For Below Questions

What is asp.net ajax?

550


Give me one example of Web API Routing?

597


How does session state work in asp.net?

496


How can exception be handled with out the use of try catch?

537


Describe SOA and the tenets of it?

549






How may clustered index we can create in table?

557


What are validators and list some validators of asp.net?

535


How you can return View from ASP.NET Web API method?

539


What types of data validation events are commonly seen in the client-side form validation?

558


What is an il?

554


What is the difference between application state and caching?

542


Where the viewstate is stored after the page postback?

674


What is difference between web api and web services?

533


What is application Object?

591


How is mvc different from asp.net? : Asp.Net MVC

545