Xpode.com        Click here to Print this article.

Programming Environment in Asp.net2.0

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.



http://
http://

Contributed by:
Rohit kakria
I am software developer, moderator of xpode.com

Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=41

Click here to go on website