Home

What is the correct answer?

4

To redirect an user to a particular page when a user logs in use

A. Use Response.Redirect in Session_Start event of Global.asax file

B. Use Response.Redirect in Application_Start event of Global.asax file

C. Use Server.MapPath in Session_Start event of Global.asax file

D. Use Server.MapPath in Application_Start event of Global.asax file

Correct Answer :

A. Use Response.Redirect in Session_Start event of Global.asax file


Related Questions

ASP.NET use __________ and __________ event are the two most commonly supported server-side… ____________ enables you to set a particular date when a page should no… ASP.NET uses _______ as the code behind In ASP.NET if a file is saved, it is save only in the server machine. _________ is used to write/read into a leaf node Anything appearing after ________ is cleared Options available with SelectionMode are This property is inapplicable in DropDownList Can you use client-side event handler and server-side event handler for… What namespace contains the classes for file and directory access? The HTML control that helps to browse a file is Attribute must be set on a validator control for the validation to work. Menus can be added to an ASP.NET Page Cookies collection is present in While redirecting, values can be passed with it You can specify a function name in Why is Global.asax is used? To make an HTML control behave as a Server control, ___________ option… Which of the following object is not an ASP component? Checkboxes have same name and different values while Radio Buttons have… ____________ enables you to add, modify and delete records and you will… The first event triggers in an aspx page is. A ValidationSummary control is bound to a control What class does the ASP.NET Web Form class inherit from by default? How can you check if the page is visited for the first time Which of the following tool is used to manage the GAC? While accessing values submitted to a web form, __________ property of… Which DLL translate XML to SQL in IIS? Default Session data is stored in ASP.Net.