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 |
what is STLC in Testing
Define html (hypertext markup language)?
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
How to handle error in asp
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)
Actually i downloaded Ajax news flash module but i am having issues enabling it on my site. need help.
Hii if you not select open item Management in GL Creation. What is the impact in transaction
What process happens behind, when we try to access any page on the internet.
Define common type system (cts)?
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
what is normalisation
What is a request body?