Moderate

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- ?

Correct answer: A. The GridView control

  • A. The GridView control
  • B. The DetailsView control
  • C. The FormView control
  • D. The Table control

Explanation

GridView displays multiple records in tabular form, supports paging such as ten clients per page, and provides row editing features. DetailsView and FormView are designed primarily for displaying or editing one record at a time.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions