In an ASP.NET web application, you need to show a list of clients on a webpage, displaying 10 clients per page with the capability to edit their details. Which Web control should you use?

ASP.net MCQs for PPSC, FPSC, NTS, and Pakistan government job tests. Select an option below, then read the explanation.

PPSCFPSCNTSPakistan govt jobs
Subject
ASP.netsoftware-engineering-mcqs › asp-net
Published
18 Apr 2019
Last updated
28 May 2026

Browse all ASP.net MCQs

Choose the correct answer

Explanation

The GridView control is designed to display multiple records in a tabular format with built-in support for paging and editing. DetailsView and FormView are more suited for single-record display and editing. The Table control is static and does not support data binding or editing features. Therefore, GridView is the most appropriate choice for displaying and editing a list of clients with pagination.

PakQuizHub — free MCQs and past papers for Pakistan government job tests. Content is for educational practice only.