What are the difference between ASP and ASP.Net?
Answer Posted / pradeep kumar
ASP interpreted where as ASP.NET is compiled.
In classic ASP, there was no server controls. You have to
write all html tags manually. ASP.NET offers a very rich
set of controls called Server Controls and Html Controls.
It is very easy to drag and drop any controls to a web
form. The VS.NET will automatically write the required HTML
tags automatically for you.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between file-based dependency and key-based dependency.
What is viewstate information stored?
Which method is used to enforce garbage collection in .net?
3. What goals do you have in your career?
What is the web.config file in asp?
What is app_code folder in asp net?
How do u declare static variable and how it is declared and what is its lifetime?
How can we make sure that Web API returns JSON data only?
How can we Validate a Controls in ASP.NET page using JavaScript?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Is asp net front end or backend?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the use of HttpHandlers? When to use this?
What is a uri query?
Why is string called immutable data type?