answersLogoWhite

0


Best Answer

The ASP Request object is used to get information from the user. From http://www.w3schools.com/ASP/asp_ref_request.asp

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a request object in asp technology?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What object is used to request data from a form in ASP?

Response


How many objects are there in ASP?

There 7 types of objects in asp There are 1)application object 2)session object 3)request object 4)response object 5)server object 6)object context object 7)Error object(it is the new object included in asp 3.0)


What is the difference between ASP.net and ASP?

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given. 1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology. 2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files. 3. ASP.NET purely object oriented whereas ASP is partially object oriented. 4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange. I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.


In ASP what is the difference between Error Object and Err Object in detail.?

sorry no answer


Which one is better from jsp and asp?

I would choose JSP because JSP is a open source technology and is free whereas ASP is a proprietary technology and is paid. Features wise, both JSP and ASP are equivalent and can compete with one another feature by feature.


Which individuals are allowed to request ammunition from the ASP?

Grade E-7 or above


How asp.net webpages get processed from the time we type web address in local host using IIS server to the response page we get.?

* When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML


How to convert asp for use on UNIX?

ASP pages are a Microsoft technology. To convert them to run under Unix you could install a package in Apache that understands ASP, or you could rewrite it so that it uses something more generic, such as Perl, PHP, or Python.


Do ASP files contain virus or can you exclude ASP files while scanning?

Well sometimes the the antivirus programs detect asp files as viruses. That has happened with me it was a .asp file which used scripting.filesystem object. So yes if your antivirus reports a virus... do check with the developer(s) if that's a legit file or not.


Suppose server object is not loaded into the memory and the client request for it what will happen?

If a server object is not loaded in the memory and the request for it, then the server object is loaded in to the memory and is initialized


What is the difrence between jsp and asp?

JSP stands for Java Server Pages is an open source Java based Technology that belongs to the Sun group whereas ASP stands for Active Server Pages and is a proprietary technology that belongs to Microsoft. The features and functionalities of both technologies are almost similar


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent