You work for a Web solution development company named ABC.com. ABC.com wants you to
develop a Web application which retrieves data located in a DataReader of the developed
application.
Which of the following features should be utilized by the Web application?
A.
You should consider utilization of a DataBinder.
B.
You should consider utilization of the ExecuteReader
C.
You should consider utilization of a DataAdapter
D.
You should consider utilization of a TemplateControl.
Explanation:
Developers and programmers are aware that you are able to retrieve data using a
DataReader by creating an instance of the Command object and creating the DataReader by
calling Command.ExecuteReader to retrieve rows from a data source.