Answer Posted / mupnesh
ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the default timeout for a cookie?
What is server redirect?
Where session id is stored?
Where code pages are used?
How do session tokens work?
What are the asp.net list controls and difference between them?
What does asax stand for?
Explain an object, class and method.
What is the use of session in web application?
What is a SESSION and APPLICATION object?
How you can add an event handler?
How does asp.net work?
How to deploy/publish webservices?How many ways?Plz explain me
What can you do with asp.net?
How can you register a custom server control to a web page?