what is the is the difference between asp and asp.net?
Answer / saran
ASP ASP.NET
ASP is interpreted. ASP.NET Compiled event base programming.
Control events for text button can be handled at client
javascript only. Since we have server controls events can
handle at server side.
More error handling.
• 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 also contains a new set of object oriented input
controls, like programmable list boxes, validation controls.
A new data grid control supports sorting, data paging, and
everything you expect from a dataset control.
The first request for an ASP.NET page on the server will
compile the ASP .NET code and keep a cached copy in memory.
The result of this is greatly increased performance.
ASP .NET is not fully compatible with earlier versions of
ASP, so most of the old ASP code will need some changes to
run under ASP .NET. To overcome this problem, ASP .NET uses
a new file extension ".aspx". This will make ASP .NET
applications able to run side by side with standard ASP
applications on the same server.
| Is This Answer Correct ? | 18 Yes | 2 No |
Which is the default Scripting Language of ASP (server- side)?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
Explain how big is the char?
What is aspx used for?
Why asp is used?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
Is asp still supported by microsoft?
What are the attributes of the tags?
Which is the default scripting language in active server pages?
What data types does the rangevalidator control support?
what is the selection process for DMSS??
What is asp software?