What is the difference between ASP and ASP.NET?
Answer Posted / navin.cp
To resolve URL in ASP, we need to write ISAPI or we have to
purchase third party tool but in asp.net we can write code
to resolve URL in no. of ways.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How to handle errors in Web API?
Is web config mandatory?
What is the difference between response.redirect and server.transfer?
Who generates session id?
Can any body provide me the sample web application in asp.net
How to prevent client side validation from the ASP.NET validation controls?
Explain MVC model binders?
How many languages are supported by .NET at present time?
What is postback in asp net?
How to deploy/publish webservices?How many ways?Plz explain me
What is meant by asp.net?
Explain managed code an un-managed code.
Differentiate between a page theme and a global theme?
To redirect the user to another page which method do we use without performing a round trip to the client?