ASP NET Questions


Q.  Which of the following statements about referencing master page methods and properties is true?

a. Content pages can reference controls in the master page.
b. Content pages can reference public properties in the master page.
c. Content pages can reference public methods in the master page.
d. All of the above.


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Windows-Based Authentication is well suited for.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If any user has disabled cookies in their browsers, what can you do to enable them to use forms authentication?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What ASP.NET object encapsulates the state of the client and the browser?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In ASP.NET what are the different types of session mode available?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  To kill a users session explicitly which of the following will you use?
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:  What property and method of the Page object do you use to register client script dynamically from code?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which ado.net class provide disconnected environment?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What data type is returned when calling the ExecuteScalar method of a command object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How many types of Cache Dependencies are available in ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In order to prevent a browser from caching a page which of these xstatements should be written?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You need to programmatically configure page output caching. Which object would you use?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the Command Object Methods?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  To perform asynchronous data access, what must be added to the connection string?
Category: Computer Science MCQs,   Published by: teswesm
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:  Which of the following is not a member of ADODBCommand object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  From the following which is not a valid state management object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Where do we include the user lists for Form authentication?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  By default, a .Net web site is configured with which of the following authentication types?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Validation events of server controls occur before the page is post back to the server.
Category: Computer Science MCQs,   Published by: teswesm