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 the concept of view state in asp.net?
Explain swagger components.
What is difference between cookies and cache?
What is asp net theme?
Describe session handling in a webfarm?
What is the sequence in which ASP.NET events are processed?
List the major built-in objects in asp.net?
What is syntax code to send email from an asp.net application?
Difference between web user control and web custom control?
How does session work in asp net?
What is data binding in asp net?
Can you use c# without .net?
What do you mean by query string?
Do you know about caching with the datasource controls?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?