There are many parts of ASP .Net graphic layout. The environment of ASP .NET includes:
All can be seen through View Menu also.
1) Solution Explorer
2) Tool Box
3) Properties window (F4)
There are two Types of controls :
1) HTML Controls
2) Web Server or Web Controls
Difference between HTML and Web Controls
- HTML controls are for background compatibility. Asp website can be converted in
Asp. Net..Html controls run on Client side and these may include the textbox and
other controls.
-Web controls are run on Server. Validations are the good example of this.
But these are categorized under many categories. These are :
1) Standard
2) Validation
3) Navigation
4) Login
5) Webparts
6) HTML (these controls dont' have runat=server tag
7) Crystal Reports
8) Ajax Extensions
layout present in .NET 2005
There is only one type of layout in .NET 2.0 i.e. Flow Layout.
In 2003 there were two- Grid layout and flow layout. But now grid layout is not present here.
There we some drawbacks in grid layout.
1) These were: controls change their position at run time.
2) If we have to write some text we need labels. The speed of web page
also depends on how many controls have been used on a page.