By tag: Paging
0
kicks
Paging Listbox; Another jQuery Plugin
Few months ago I posted a Javascript class on how to Implement a paging listbox using jQuery. which has drawn a lot of traffic and few questions lately so I thought it would be more convenient to rewrite the code as jQuery plugin and make few enhancements plus providing a complete sample code in VB....
0
kicks
Efficient Server Side Paging Alternatives
Every one of us has used paging in our projects to display tabular data in DataGrids or GridViews or in the more recent and more flexible ListViews.
The problem we often face is when the data is less the paging works fine, but as the data starts to increase the page load times start increasing. T...
0
kicks
jQuery & Ajax Fun: Implementing a Paging Listbox
Many times in web forms we need to provide a listbox with lots of elements, A good solution is to filter and page these elements to speedup page loading and optimize DB/Network usage.. This is a complete implementation of a paging listbox using jQuery on client side and ASP.Net on server side..
0
kicks
Tweak DataSet Paging in ASP.Net
Wanted to focus on how to tweak paging using DataSet as it is unpopular tip and it saves lots of time to return records in closer pages which usually gets more hits than further pages...
0
kicks
Traditional yet Powerful : Data Access Layer for ASP.Net
This is a complete example of creating Data Access Layer(DAL) using the traditional yet powerful "Object to Relational mapping model" or "Custom Entity Classes" that support Paging too..
0
kicks
Paging in ASP.Net/VB.Net using DataReader
I wanted to highlight more on this method of paging using DataReader cause you won't see out there very often.. although it is simpler than SQL Paging methods and it is slightly faster than usual DataSet paging method..
0
kicks
Paging in ASP and ASP.Net
Comparing paging methods : DataSet , DateReader , Recordset, Top Clause , Row_Number Function I did a simple timing using these paging methods on one table of more than 1 million records , getting & looping 100 records per page..
0
kicks
Easily build powerful client-side AJAX paging, using jQuery
An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX.
0
kicks
PagedList Strikes Back
A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class.
0
kicks
GOTCHA - LINQtoSQL Paging Problem
A quick search for how to display paged records in ASP.NET will yield a ton of links and how to's ranging from as simple as automatic paging with the grid controls to custom paging and server side paging in SQL Server, but what about paging in LINQ?
0
kicks
Pagination with ASP.NET and SQL Server 2005
This article shows a way to paginate a large data set using a stored procedure in SQL Server and a user control in ASP.NET.
0
kicks
SubSonic: SonicCast #2 - All About Paging
Paging isn't always the easiest thing to figure out - and sometimes not the most performant thing you can do to a we site. Here's a webcast to show you how to set it up both ways: the ASP way, and the SubSonic way.
0
kicks
SubSonic, ObjectDataSource, Paging, and you!
How to implement paging with the Controllers generated by SubSonic. Corrected URL