Greetings sir,
How to perform a Google like see more with ASP.Net MVC core and jQuery
When a search is make on websites like Google, there is always a "see more" kind of pagination.
Please help me on how to do this with asp.net MVC / core and jQuery.
So if I have let's say 100 records, let maybe 10 display, the user will click see more a jQuery call will fetch from 11 to 20 etc
Thanks!!!