ASP.NET Difference between Gridlayout and FlowLayout.

Difference between Gridlayout and FlowLayout.

Gridlayout Flowlayout
GridLayout provides absolute positioning for controls placed on the page.FlowLayout positions items down the page like traditional HTML. This approach results in pages that are compatible with a wider range of browsers.
It is easier to develop a page with the absolute positioning as the control is placed any where according to the requirements.If there is absolute positioning there are a number of DIV tags.
Most of the developers use the visual basic as they are easy for positioning.Most of the work is done through the tables.
Concept of Automatic Memory Management in ASP.NET
ASP.NET - Concept of Automatic Memory Management in ASP.NET - The .NET framework has introduced a concept called Garbage collector...
What is Finalizer in .NET?
What is Finalizer in .NET? - Finalizer in .NET are the methods that help in cleanup the code that is executed just before the object is garbage collected....
Types of cookies in ASP.NET
ASP.NET - Types of cookies in ASP.NET - There are two types of cookies in ASP.NET....
Post your comment