0

web technology Online Quiz - 43

Description: web technology Online Quiz - 43
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

How do enable output cache for an ASP.Net page?


Correct Option: B

Whats the top .NET class that everything is derived from?

  1. System.Object

  2. System.Page

  3. System.Web

  4. System.Namespace


Correct Option: A

Can you store multiple data types in System.Array?

  1. True

  2. False


Correct Option: B

Is it possible to add object in ViewState in .NET?

  1. Not Possible

  2. Always Possible

  3. Only If object have Serializable feature or have TypeConverter option

  4. Only if object is an String


Correct Option: C
  1. Set PositionOnPostback as true in Page directive

  2. Set MaintainScrollPositionOnPostback as true in Page directive

  3. Set ViewState as true in Page directive

  4. Not Possible


Correct Option: B
  1. DateTime.Now.PreviousMonth;

  2. DateTime.Now.CurrentMonth - 1;

  3. DateTime.Now.AddMonths(-1);

  4. DateTime.Now.AddMonths(1);


Correct Option: C

What is DOM?

  1. Data Object Model

  2. Document Object Model

  3. Derived Object Model

  4. None of the above


Correct Option: B

How to create an alias name for a namespace in C#?

  1. using AliasName = System.Text;

  2. using System.Text AliasName;

  3. Alias System.Text AliasName;

  4. Not Possible


Correct Option: A
  1. Request.ClientAddress

  2. Request.UserHostAddress

  3. Request.IPAddress

  4. Request.Client.IPAddress


Correct Option: B

An assembly is the basic unit used by the .NET CLR

  1. True

  2. False


Correct Option: A

DLL and assembly are same

  1. True

  2. False


Correct Option: A

ADO Record set can hold multiples tables data.

  1. True

  2. False


Correct Option: B

Multiple catch blocks cannot be executed for a single try statement

  1. True

  2. False


Correct Option: A
  1. BTEQ

  2. Fastexp

  3. Multiload

  4. Tpump


Correct Option: A
  1. The DataGrid control is not bound to its DataTable property.

  2. The DataGrid control is not bound to the table Header

  3. The DataGrid control is not bound to its DataSource property.

  4. The DataGrid control is not bound to its DataKeyField property

  5. The DataGrid control is not bound to its DataKeys property.


Correct Option: D
- Hide questions