Answer Posted / m_dasharatham
Asp is technology comes with webserver iis.this is provided
in the form of dll file is called asp.dll.
this will support server side execution.
It supports scripting languages(vbscript,javascript).
Asp.net is a technology which provides set of
specifications for normal webapplications on webservices
and mobile applications.
this technology is intgrated with .Netframework.
it supports languages vb.net,c#, and vc++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Explain the difference between debug.write and trace.write? When should each be used?
What are the event handlers that we can have in global.asax file?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is the use of dispose method?
What is AutoEventWireup attribute for ?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain the code Access Security (CAS) in .net Framework?
How can I have a particular web page in an asp.net application which displays its own error page?
Why we are using mvc instead of asp.net? : Asp.Net MVC
They mostly asked difference between versions of technologies
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is Dynamic Web and discuss its usage with the help of real life examples?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Explain difference between friend and protected friend?