I would like to be able to load say, 20 videos from the database and then when a user clicks a button titled "Show More", another 20 results are loaded into a div.
How could I do this? I will do it with AJAX, but I'm not sure how I would go about getting the next 20 results...
An example being Google images - you search for an image and at the bottom of the page, you have a "More" button. Porn sites often have something similar.
Any ideas?
I'm using MVC 4, .Net 4.5, Entity Framework 5, C# and the Razor view engine.