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 |
Does JITting occur per-assembly or per-method? How does this affect the working set?
Can I tap into other windows livetm services?
What are the disadvantages of using session?
What?s the difference between Response.Write() andResponse.Output.Write()?
How does a web application session work?
Write a code for passing ArrayList in Web API?
How does exception management works in ASP.NET?
How many types of session in ASP.NET
What is HTTPModule and HTTPcontext? What is the use of each?
Is a dll file an executable?
What is asp.net architecture?
What r the asp.net list controls and diff. Between them?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)