What is the difference between ASP and ASP.NET?
Answer Posted / divya
Asp.Net - Code & Content separation, Used dataset, there is
code behind
Asp - Code & Content mixed, Used Recordset, there is no
code behind.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How you can return View from ASP.NET Web API method?
What is a response cookie?
How can we register exception filter globally?
how to include timer or counting time to display next page in asp.net
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is Web API Routing?
Explain the difference between authentication and authorization.
what are the security certificates used in webservices?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How to find last error which occurred in Asp.net ?
What are server objects?
What are session state modes in asp.net?
What is difference between session and cookie?
What is css and what is it used for?