I have to implement paging in a list which I'm getting via AJAX call as shown in following link(screen shot contains only paging):
http://i.stack.imgur.com/95TbM.pngI'm using Entity Framework approach for data access from database.
So I just need trick to fetch record in EF.
How to implement such type of paging through AJAX?
Thanks