What is ASP (Active Server Pages)?
Answers were Sorted based on User's Feedback
Answer / devashish
ASP is a program that runs inside IIS. An ASP file cantains
tags and scripts which are executed on the server. The asp
pages can be dynamically edited, changde or added any
content of an asp Web page. It's one advantages is that the
codes of this page can not be viewed from the browser. It
also help to reduce or muinimize the network traffic.
For more details go throught the various websites of asp
programming like w3schools.com and msdn.microsoft.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
ASP is a server side-scripting environment for building
dynamic and interactive web pages. Since the scripts run on
the server side, the web server does all the processing.
| Is This Answer Correct ? | 2 Yes | 0 No |
explain uses of Textstream object in ASP
What is full form of aspx?
What is difference between asp and php?
how many Controls are there in ASP.Net ? Define with Examples ?
What are the tasks performed by <> tags?
What do you mean by asp?
How will you delete a Cookie?
hello dear this quadir saif and im doing bca .i want hotel management project in asp.net (with backend sql).on my id (quadir2011@rediffmail.com)
Can I use com objects from a .net framework program?
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.