Answer Posted / mupnesh
ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How may clustered index we can create in table?
How to turn off cookies for a page?
How can you pass multiple complex types in Web API?
What is difference between inproc and outproc?
What is the difference between user control and custom control?
How to use push notification?
What is a 1x1 pixel?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Do gac'ed assemblies have fulltrust?
Describe paging in asp.net?
Explain the benefits of viewstate?
What is the file through which you can customize your asp.net application?
Why is it preferred to not use finalize for clean up?
To get the values in two different controls to match which control you use it?