How to set custom paging in Umbraco (server site Paging)
I have 100000 blog data and I want to set paging in Umbraco. But every time Umbraco fetch all 100000 than use LINQ query to filter out base on page setting. (how much you want to display on the page)
Anyone know how to set custom paging in Umbraco.
Get some of the data instead of getting all 100000 data in single time.
How to set custom paging in Umbraco (server site Paging)
I have 100000 blog data and I want to set paging in Umbraco. But every time Umbraco fetch all 100000 than use LINQ query to filter out base on page setting. (how much you want to display on the page)
Anyone know how to set custom paging in Umbraco.
Get some of the data instead of getting all 100000 data in single time.
you have to use razor coding to achieve pagination
go this blog link you will find complete code for pagination
https://www.diplo.co.uk/blog/web-development/creating-a-paged-list-in-umbraco-using-razor/
is working on a reply...