Home

What is the correct answer?

4

To count the number of times an user visited a page, use

A. Session variables

B. Application variables

C. Cookies

D. Server variables

Correct Answer :

C. Cookies


Related Questions

To make a RepeaterControl viewable, the controls ____________ must be… CDO stands for _________________ . Under Button Click the following code is written1. Dim I =102. MsgBox(I) CDONTS is designed on for Windows NT Server Anything appearing before ________ is cleared HTML elements, HTML server controls and ASP.NET server controls can be… In case of a CompareValidator, a TextBox's value can be compared to an… An alternative way of displaying text on web page using A web server control is written as In ASP.NET, the default method of a form is Cookies can be created with mentioning the expiry dateTrue What keyword is necessary to expose a public function as a method of a… In ___________ records are locked when the update method is called While accessing values submitted to a web form, __________ property of… The code file for WebForm1.aspx will be ___________ This control does not produce an HTML output Can you use client-side event handler and server-side event handler for… You want to ensure that the user ID is saved between requests when the… To send attachments using SMTP use In Global.asax there are _______ general methods By default a WebForm inherits from Which of the following object is not an ASP component? To make an HTML control behave as a Server control, ___________ option… A ValidationSummary control is bound to a control If passwords are to be sent from one page to another, we can use ____________ enables you to add, modify and delete records and you will… There can be more than one Global.asax file Difference between Response.Write() andResponse.Output.Write(). Checkboxes have same name and different values while Radio Buttons have… The default method of a WebForm is