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
Explain the asp.net session state modes.
What is the difference between cookie and session?
What are the ways to sending the data in ASP.NET page?
What is parse in asp.net?
How do we assign page-specific attributes?
In order to get assembly info which namespace we should import?
Explain client side state management system.
Why we use asp.net for website development?
IN an ASP.NET Web application if there is any error, how can you debug?
9. Why should we hire you over the others waiting to be interviewed?
Explain Features in ASP.NET
How do I send an email message from my ASP.NET page?
What is scope of an application variable in asp.net?
What are the Types of objects in ASP
Which type if caching will be used if we want to cache the portion of a page instead of whole page?