| View previous topic :: View next topic |
| Author |
Message |
Vasilica

Joined: 18 Aug 2005 Posts: 4
|
I'm sorry if the question is dumb?
But is there any difference between ASP and ASP .NET
Thank you |
| |
|
|
|
|
Madwolf Site Admin
Joined: 22 Dec 2004 Posts: 70
|
ASP .NET has better language support, a large set of new controls and XML based components, and better user authentication.
ASP .NET provides increased performance by running compiled code.
ASP .NET code is not fully backward compatible with ASP.
ASP .NET contains a large set of HTML controls. Almost all HTML elements on a page can be defined as ASP .NET control objects that can be controlled by scripts.
ASP .NET also contains a new set of object oriented input controls, like programmable list boxes and validation controls.
A new data grid control supports sorting, data paging, and everything you expect from a dataset control. |
| |
|
|
|
|