Paging data client side

So in my last post I looked at how to use an UpdatePanel to do data paging and then optimising the HTML to get the best performance from our requests, but it still wasn’t optimal. Although we can optimise the UpdatePanel response we can’t do much about…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

So in my last post I looked at how to use an UpdatePanel to do data paging and then optimising the HTML to get the best performance from our requests, but it still wasn't optimal. Although we can optimise the UpdatePanel response we can't do much about the request, and especially with regards to the ViewState within a page, which is the real killer. This is when we turn to doing client-side paging using client-side templates.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2008-08-28T00:00:00+00:00) Paging data client side. Retrieved from https://www.scien.cx/2008/08/28/paging-data-client-side/

MLA
" » Paging data client side." Posts on LINQ to Fail | Sciencx - Thursday August 28, 2008, https://www.scien.cx/2008/08/28/paging-data-client-side/
HARVARD
Posts on LINQ to Fail | Sciencx Thursday August 28, 2008 » Paging data client side., viewed ,<https://www.scien.cx/2008/08/28/paging-data-client-side/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Paging data client side. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2008/08/28/paging-data-client-side/
CHICAGO
" » Paging data client side." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2008/08/28/paging-data-client-side/
IEEE
" » Paging data client side." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2008/08/28/paging-data-client-side/. [Accessed: ]
rf:citation
» Paging data client side | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2008/08/28/paging-data-client-side/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.