ASP NET Questions


Q.  Which is the first event of ASP.NET page, when user requests a web page ?

a. PreLoad
b. Load
c. Preinit
d. Init


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  When user request a web page by entering Uniform Resource Locator (URL) then which method /verb/command is used in ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  HTTP messages are typically sent between the Web server and Web browser using which Port number?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What type of data can Cookies store?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the different types of Session Mode in ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which validation control in ASP.NET can be used to determine if the data is entered into a TextBox control is of type Currency?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  CompareValidator control can be used for performing which task?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You want to enable Page Output Caching in ASP.NET. What code you will write in ASPX page.
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:  You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the three main objects of DataSet?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  On what object would you set the properties to create a primary key for a DataTable?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  How many 'ScriptManager' control can be added on a ASP.NET web page?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which 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:  To create your application on a remote server which option you will choose in ASP.NET?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is Multiple Active Result Sets (MARS)?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which Data Provider gives the maximum performance when connect to SQL Server?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What property do you modify on a server control to minimize the size of the ViewState data?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the client-side state management options that ASP.NET supports?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which Session Mode stores session Information in Current Application Domain?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  By default, when you use Page Output Caching, at what location page is cached?
Category: Computer Science MCQs,   Published by: teswesm