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
What is the asp.net mvc folder conventions? : asp.net mvc
what is meant by sitemapnode ?
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?
How many web config files can be created for an application?
Explain the difference between globalization and localization techniques
What is ispostback method in asp.net?
Define managed code and managed data in .net?
What is the difference between client-side and server-side validations in ASP.NET?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Where is session data stored in asp net?
What permissions do asp.net applications posses by default?
What are the new web part controls in asp.net 2.0 ?
What is the usie of activex control in .net?
Describe the method to create a permanent cookie?
Explain an object, class and method.