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

Discussion Board
Web development

Answer

Kiran 12-8-2020 07:16 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement