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
What is boxing and unboxing in asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is synchronous and Asynchronous post back ?
How to register exception filter globally?
Elaborate differentiation between Cache and Application?
How can we identify that the page is post back in asp net?
What is applicatio domain?
How to fetch a data from one table to another table in asp.net ?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are type/key pairs in client script registration?
Is post back property in asp net?
Is viewstate enabled by default?
Explain how can we access static variable?
How many types of Cookies are available in ASP.NET?
What is a global postback url?