---
title: "Describe Paging in ASP.NET."  
description: "Describe Paging in ASP.NET."  
author: "Amit Singh"  
published: 2011-01-08  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/315/describe-paging-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Describe Paging in ASP.NET.

The `DataGrid` control in ASP.NET enables easy paging of the data. The `AllowPaging` property of the `DataGrid` can be set to `True` to perform paging. ASP.NET automatically performs paging and provides the hyperlinks to the other pages in different styles, based on the property that has been set for `PagerStyle.Mode`.

## Answers

### Answer by Amit Singh

The `DataGrid` control in ASP.NET enables easy paging of the data. The `AllowPaging` property of the `DataGrid` can be set to `True` to perform paging. ASP.NET automatically performs paging and provides the hyperlinks to the other pages in different styles, based on the property that has been set for `PagerStyle.Mode`.


---

Original Source: https://www.mindstick.com/interview/315/describe-paging-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
