Laxman CH
what is the logic behind paging ?
By Laxman CH in ASP.NET on Mar 13 2007
  • umesh patra
    Mar, 2007 13

    Paging comes into picture when you are interacting with large database. Advantages are :

    1)You can process the data in Batch size which gives less load to the system at a perticular time.

    2)If your system breaks at any point of time and u r resuming the same in the next round, you can continue for the rest.

    3)your datasize per request is reduced. Which in turn improves the network as well as application performance.

    I hope, this may help you.

    Umesh

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS