ASP NET Questions


Q.  When user request a web page by entering Uniform Resource Locator (URL) then which method /verb/command is used in ASP.NET?

a. POST
b. SET
c. GET
d. All of the above.


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  A Master Page contains a ScriptManager control and a user wants the AJAX functionality on content page then which control is necessary on content page?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You are writing a page that contains an UpdatePanel for partial-page updates. You want that user should get the message “Processing is going on, please wait.” that the update is processing only if the update takes longer than 5 seconds. Which actions should you take?
Category: Computer Science MCQs,   Published by: teswesm
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