Home

What is the correct answer?

4

To count how many users have logged in the web site till date use

A. Increment Session Variable in Session_Start event of Global.asax file

B. Increment Session Variable in Aplication_Start event of Global.asax file

C. Increment Application Variable in Session_Start event of Global.asax file

D. Increment Application Variable in Application_Start event of Global.asax file

Correct Answer :

C. Increment Application Variable in Session_Start event of Global.asax file


Related Questions

You want to ensure that the user ID is saved between requests when the… ____________ converts virtual path to default path Under Button Click the following code is written1. Dim I =102. MsgBox(I) Can you use client-side event handler and server-side event handler for… How do we create a FileSystemObject? ___________ controls how proxy servers temporarily store web pages An error handling is Structured when we use Of the following controls which can be used to add a control at runtime This file stores your web configuration Which of the following object is not an ASP component? You can send an e-mail with an attachment using only SmtpMail class An alternative way of displaying text on web page using To save an XML file from ASP.NET use While redirecting, values can be passed with it Which DLL translate XML to SQL in IIS? In ___________ records are locked when the update method is called HTML elements, HTML server controls and ASP.NET server controls can be… To write a root tag say '<details>' through ASP.NET use Default path for any web application is _________ is used to write/read into a leaf node .FileInfo gives information about any file and .File gives information… Default Session data is stored in ASP.Net. We can write an XML document from ASP.NET without mentioning the encoding… Why is Global.asax is used? .DirectoryInfo gives information about any Directory RadioButtonsLists __________ property is used to add RadioButtons at runtime _________ object represents all information sent form a browser to a server ___________ sets the time out period for a particular page in seconds To read an XML file from ASP.NET use What class does a Web Service Inherit?