Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How are sessions stored?

1042


What is server infrastructure & server components?

1255


What is session mode in asp.net?

1090


What are the event handlers that we can have in global.asax file?

1014


Why do we use datasource in asp.net?

1009


What is the difference between client-side and server-side validations in webpages?

1064


How does asp net store session ids by default?

1039


Can you explain the basic use of dataview?

1120


Is it right that ASP.NET Web API has replaced WCF?

1016


To wrap up a call to a Web service the standard used is..?

1031


What is postback pixel?

1066


What is the use of ASP.NET routing?

1109


How can I configure asp.net applications that are running on a remote machine?

1103


Can viewstate be accessed in another page?

1098


What is app_code folder in asp net?

1098