Q. In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control is the best choice for this scenario?


 A. The DetailsView control
 B.The Table control
 C.The GridView control
 D.The FormView control
Ans: C