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


Please Help Members By Posting Answers For Below Questions

Explain login controls.

613


How can I have a particular web page in an asp.net application which displays its own error page?

521


How do I know asp.net mvc version? : Asp.Net MVC

494


What is mta?

623


What are the differences between code behind and code inline?

510






What is the difference between custom web user control and a custom web server control?

497


Explain cashing in asp.net.

523


What is the difference between session.abandon() vs clear()?

541


Explain the steps needed to be performed in order to create an animation in xaml?

551


What is caching in asp.net?

562


How can we create pie chart in asp.net?

579


What are the different session state management options available in asp.net?

515


What are the two properties that are common on every validation control?

551


What are the page life cycle events?

489


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1420