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
How would you turn off cookies on a page of a website?
What is different in .net 1.1 and .net 2.0?
What is the function of the ViewState property?
What language does asp.net use?
How do you sign out from forms authentication?
What are demand-paging and pre-paging?
What is a multilingual website?
Which is the parent class of the ASP.NET server control?
Which asp.net objects encapsulate the state of the client and the browser?
What are server objects?
What are the types of caching in asp.net?
What is protected configuration?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is the difference between application state and session state in asp net?
Write code to send e-mail from an asp.net application?