ASP NET Questions


Q.  What type of data can Cookies store?

a. String
b. DateTime
c. System.Int32
d. None of the above.


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Which of the following is a valid skin code inside a skin file?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which ADO.NET class provide Disconnected Environment?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which ADO.NET class provide Connected Environment?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In ASP.NET application DLL files are stored in which folder?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What types of data can you store in the Cache collection?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How many types of parameter supported by OutputCache?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You want to secure the connection strings contained within your Web.config file to ensure that no one can open the file easily and see the connection information. Which tool must you use to encrypt the connection strings?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the three primary kinds of parameters are used while working with the Stored Procedure in ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How do you execute multiple SQL statements using a DataReader?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When a User’s Session times out which event should you respond to?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  A web page has lots of input data, and you want the data input to be spread across multiple screens. What is the best control to implement this solution on a single Web page?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the steps to create a DataTable programmatically?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The three statements are given below about DataSet and DataReader, choose the correct option according to the statement. Statement 1: DataSet Provides Disconnected environment but DataReader provides Connected environment. Statement 2: DataSet Provides Connected environment but DataReader provides Disconnected environment. Statement 3: DataSet Can store multiple table simultaneously but DataReader Supports a single table based on a single SQL query.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which control is required of every AJAX page to manage the JavaScript files sent to the client and the communication between client and server?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The UpdatePanel supports two types of triggers: AsyncPostBackTrigger and PostBackTrigger. Choose the correct option regarding working of these triggers.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is/are true about master page? Choose the correct option.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is/are true about master page?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  To implement a specified .NET Framework interface which directive is used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following is not an ASP.NET page event?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which file is used to write the code to respond to the Application_Start event?
Category: Computer Science MCQs,   Published by: teswesm