Home

What is the correct answer?

4

If passwords are to be sent from one page to another, we can use

A. Get method

B. Post method

C. Session variables

D. Any one of the above

Correct Answer :

D. Any one of the above


Related Questions

To count how many users have logged in the web site till date use Attribute must be set on a validator control for the validation to work. This file stores your web configuration Which of the following tool is used to manage the GAC? ______________ creates a read-only recordset that can scroll forward only. What are unique properties of RangeValidator control? In ___________ records are locked when the update method is called To set text programmatically without adding extra HTML tags use In Global.asax there are _______ general methods A DataSet can be generated from Default Session data is stored in ASP.Net. What class does a Web Service Inherit? By default a WebForm inherits from If a page name is WebForm1.aspx and it resides in ../Test/, then it will… To count the number of times an user visited a page, use ____________ enables you to add, modify and delete records but you won't… If a Table controls name is Table1, to access value from its second row,… We can write an XML document from ASP.NET without mentioning the encoding… We can manage states in asp.net application using To send attachments using SMTP use Which of the following is not a member of ADODBCommand object? In ASP.NET, the default method of a form is You have an image that is clickable and you want a pop-up window to display… CDO stands for _________________ . To make an HTML control behave as a Server control, ___________ option… There can be more than one Global.asax file In ___________ records are locked when you start editing. What is used to validate complex string patterns like an e-mail address? ___________ sets the time out period for a particular page in seconds Why is Global.asax is used?