Home

What is the correct answer?

4

_________ object represents all information sent form a browser to a server

A. Response

B. Request

C. Session

D. Application

Correct Answer :

B. Request


Related Questions

____________ enables you to set a particular date when a page should no… To read an XML file from ASP.NET use .DirectoryInfo gives information about any Directory In Global.asax there are _______ general methods Cookies can be created with mentioning the expiry dateTrue Can you have more than one form declaration on a web form? A web server control is written as What class does a Web Service Inherit? We can manage states in asp.net application using In ASP.NET if a file is saved, it is save only in the server machine. To redirect an user to a particular page when a user logs in use Menus can be added to an ASP.NET Page One difference between ASP.NET and ASP is that ASP is more structure than… For Adrotator control the XML file is mentioned through ________ property In ASP.NET a page is inherited from System.Web.UI.Page. Here UI means To count how many users have logged in the web site till date use Why is Global.asax is used? Which of the following method must be overridden in a custom control? Checkboxes have same name and different values while Radio Buttons have… ASP.NET uses _______ as the code behind Default event handler for Link Label is Can you use client-side event handler and server-side event handler for… Of the following controls which can be used to add a control at runtime The default method of a WebForm is Error handling can be done through Global.asax __________.CreateObject("ADODB.Connection") creates a new connection. To save an XML file from ASP.NET use ASP.NET use What namespace contains the classes for file and directory access? An alternative way of displaying text on web page using