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
Explain how dot net compiled code will become platform independent?
What is the difference between response.redirect and server.transfer?
Explain difference between dataset and recordset?
Which control has default post back is enabled(true)?
What a diffgram is, and a good use for one?
What are the benefits of view state?
What is a postback url?
What is base class of button control in .net?
What are validators and list some validators of asp.net?
If we remove web.config or machine.config from the application then, is this application will works?
How can you use a custom controls in ASP.NET application?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain about asp.net 2.0 themes?
Which is better session or viewstate?
Can you explain one critical mapping?