By design, the DataList control does not support the paging functionality, if you want that, you need to provide your sample code to implement the custom paging. There are a couple of options which you can use, and you can see the sample code from here[^]. If you want to use the built-in paging functionality, you may consider using another control like DataGrid, or GridView(in the ASP.NET 2).