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?
Options
- The DetailsView control
- The Table control
- The GridView control
- The FormView control
CORRECT ANSWER : The GridView control
Write your comments