Answer Posted / priyavani
ASP was Microsoft's first server-side script engine for
dynamically-generated web pages.
ASP.NET is a web application framework developed and
marketed by Microsoft to allow programmers to build dynamic
web sites, web applications and web services
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is viewstate information stored?
Define a web service in .net?
What is the purpose of master page?
What are session state modes? List some of the important session state modes of asp.net.
Why cyclomatic complexity is important?
What is different authentication mechanisms used in ASP.NET?
What are session state modes?
Where would you use an ihttpmodule, and what are the limitations if any?
Can you explain one critical mapping? Performance issue which one is better?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is cross page posting? How is it done?
What is rending process in ASP.NET?
What is the appSettings Section in the web.config file?
Where sessions are stored in asp.net?
Why do we need url encoding?