Multiple choice technology web technology

Which control supports paging?

  1. Repeater

  2. DataGrid

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DataGrid is the only control among these that supports built-in paging through its AllowPaging property. Repeater is a lightweight control with no built-in paging support. Therefore option B is correct.