What is the difference between ASP and ASP.NET?
Answer Posted / srini
1.ASP and ASP.NET both are uset to build td the web
application and web site.
2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.
3.ASP.NEt give highly productive programming language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain page output caching?
how to retrieve property settings from xml .config file.
What is a page life cycle? What are the events in a page life cycle?
What are the main advantages of using asp.net?
Can you explain autopostback?
Where would you use an ihttpmodule, and what are the limitations of any?
Where session variables are stored?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Explain the different types of directives in .net?
Explain ViewState?
What is ispostback method in asp.net? Why do we use that?
What is difference in .net 1.1 and .net 2.0?
Why do we need Sessions?
What is custom attribute? How to create?
What is the difference between CLICK and MOUSE DOWN Event ?