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
Mention the execution process for managed code?
Can we override the enablepartialrendering property of the scriptmanager class?
Why is it preferred to not use finalize for clean up?
What is master page in dtp?
What is difference between web api and web services?
What are triggers of an updatepanel?
Is it possible for me to change my aspx file extension to some other name?
What is the difference between Classic ASP and ASP.Net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Which protocol is used in a web api?
What is redirecting behavior?
What are the data controls available in asp.net?
What is the difference between a page theme and a global theme?
What is the server of asp.net?
What is the compiled object?