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
Explain the path instructions in xaml?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is the purpose of asp.net?
Explain the difference between globalization and localization techniques
What is the biggest disadvantage of “Other Return Types” in Web API?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Which authentication uses a combination of windows and iis authentication?
Explain the difference between sql invalidation and sql notification.
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How asynchronous call can be implemented using delegates?
Which class is used to send an email message from an ASP.NET Web page?
What is the latest version of asp.net?
What is validation in asp.net?
What is a postback url?
How can I have a particular web page in an asp.net application which displays its own error page?