ASP NET Questions


Q.  When should you use HTML Server control rather than Web Server controls?

a. You are migrating existing, classic ASP pages over to ASP.NET pages.
b. The control needs to have custom client-side JavaScript attached to the control’s events.
c. The Web page has lots of client-side JavaScript that is referencing the control.
d. All of the above.


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Choose the correct one.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct option.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statement is correct?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What types of Objects can you query using LINQ?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When do LINQ queries actually run?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statement / s is / are true?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An interface can contain declaration of?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are correct? 1. An interface can be instantiated directly. 2. Interfaces can contain constructor. 3. Interfaces contain no implementation of methods. 4. Classes and structs can implement more than one interface. 5. An interface itself can inherit from multiple interfaces.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following are correct? 1. Delegates are like C++ function pointers. 2. Delegates allow methods to be passed as parameters. 3. Delegates can be used to define callback methods. 4. Delegates are not type safe.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Properties in .NET can be declare as 1. Static, Protected internal, Virtual 2. Public, internal, Protected internal 3. Only public 4. None
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statements are correct? 1. Indexers enable objects to be indexed in a similar manner to arrays. 2. The this keyword is used to define the indexers. 3. Indexers can be overloaded. 4. Indexer cannot be used in interface
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  The best way for handling exception when dealing with a database connection?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  For building new types at runtime which class can be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Reflection can be used when?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one 1) XML serialization serializes the public fields and properties of an object. 2) XML serialization serializes the private fields and properties of an object. 3) XML serialization serializes only the public methods.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct one 1) Sealed class can be declared as abstract 2) Abstract class cannot be declared as abstract 3) Abstract class can be declared as abstract
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  A write - only property can be specified if the following is present.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  An indexer is
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You need to select a class that is optimized for key - based item retrieval from both small and large collections. Which class should you choose?
Category: Computer Science MCQs,   Published by: teswesm