Answer Posted / ankit arora
ASP stands for Active server pages
It is just the technology that runs on web server and used
for Web Development.
Asp .net is used for Creating
1.Web Application
2.Web services
3. Mobile Web Applications
and I would tell you about Framework
Framework is collection of tools technologies and languages
that work together to communicate on multiple platforms
(This does not mean that .net application can run on LINUX
this can run on IE(internet Explorer)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the main function of razor in asp.net? : asp.net mvc
What are the steps to follow to host a web application on a web server?
What are app services?
What is view state and how it works in asp net?
How would ASP and ASP.NET applications run at the same time on the same server?
How do u declare static variable and how it is declared and what is its lifetime?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Explain what is postback in asp. Net?
Where viewstate value is stored in asp.net?
Where is session cookies stored?
what are configuration files?
Why do we need Sessions?
What can you do with asp.net?
What is another word for redirect?
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)