Asp.net and asp ? differences?

Answer Posted / shwetha

Asp is a client Side,whereas Asp.Net is a serverside..

Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..

Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

651


Can you explain page lifecycle in net?

595


Explain the benefits of viewstate?

676


What are the authentication types in asp.net?

661


What are the namespace classes used in asp.net mvc? : asp.net mvc

642






What is mvc in asp.net tutorial? : Asp.Net MVC

659


What is _dopostback in asp net?

605


What are web server controls in asp.net?

642


What are validator? How do you disable them?

699


What is base class of .net?

641


What’s difference between “optimistic” and “pessimistic” locking?

662


Explain the use of view state?

653


Please briefly explain the usage of global.asax?

617


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2378


Can we set master page as a start page?

650