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- ?
(A) The GridView control
(B) The DetailsView control
(C) The FormView control
(D) The Table control

