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


Please Help Members By Posting Answers For Below Questions

Which data type does the rangevalidator control support?

563


Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj

2853


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

1998


Can we handle the error and redirect to some pages using web.config?

931


Where is asp.net session stored?

483






How do you create a master page?

567


What is web api config?

557


What are httphandlers and httpmodules and difference between them?

534


What is preprocessor in .net and type, where it use?

666


How can we use Web API with ASP.NET Web Form?

658


How to display Alert in ASP.NET

657


What should you do is you want to remove an existing component but would like to make some funtionalities?

1490


What is state management in asp.net with example?

470


Explain the different types of directives in .net?

525


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1450