Tag: technology

Questions Related to technology

  1. Google

  2. Zeal

  3. Hotbot

  4. Amazon


Correct Option: D
  1. 1024

  2. 256

  3. 1000000

  4. 1000


Correct Option: C

Common type system is built into which of the following

  1. CLR

  2. RCT

  3. RCW

  4. GAC


Correct Option: A
  1. Set the DataSource property

  2. Call the DataBind method

  3. Both A) and B)

  4. None of the Above


Correct Option: C
Explanation:

To connect data from a data resource to a Repeater control, both options A) and B) must be done:

A) Set the DataSource property: This property is used to specify the source of data for the Repeater control. It can be set to a data source such as a database, XML file, or an object that implements the IEnumerable interface.

B) Call the DataBind method: This method is used to bind the data from the specified data source to the Repeater control. It populates the control with the data and displays it according to the defined layout.

Therefore, the correct answer is C) Both A) and B).

Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called

  1. Serialization

  2. Threading

  3. RCW

  4. AppDomain


Correct Option: A

Which method do you invoke on the DataAdapter control to load your generated dataset with data?

  1. Load ( )

  2. Fill( )

  3. DataList

  4. DataBind


Correct Option: B