You are creating an ASP.NET application by using the .NET Framework 3.5. You create a Web form in your application by using a data-bound Web server control. The Web form displays employee information. You need to ensure that the data-bound Web server control meets the following business requirements: It provides built-in sort capabilities. It displays multiple records by using a default tabular format. Which data-bound Web server control should you use?
A.
DataList
B.
ListView
C.
GridView
D.
DetailsView