Hi, I have a asp.net page with a repeater\datalist control on it. I bind this grid during page load and show the first 20 thumbnails of a photo album.
There can be multiple pages for which I have a pager 1 2 3. When user clicks the second page(2), I go and get the second set of album thumbnails and show.
Currently this is a postback and when I show 2nd page whole page gets refreshed.
Now is it even possible to use Ajax\jquery to get the second page of htmls with all thumbnails on it and render? This way the page never has a post back and I can avoid page refresh?