Hits Today: 1 Total: 10283 | Updated: 6/20/2002 | |
 | Sample VB code for setting up paging with a .NET Repeater control. Includes code for navigation by page numbers. This code contains references to a custom dataset object that returns a system dataset. Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 421 | Updated: 8/9/2007 | |
 | Paging and sorting are two very common features when displaying data in an online application. In this tutorial we’ll take a first look at adding sorting and paging to our reports, which we will then build upon in future tutorials. Author: Scott Mitchell Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 7373 | Updated: 10/22/2003 | |
 | This source code is very useful for all web developers who wants to divide their database results into pages. You can easily modify source code to use in your applications. Script can display numbers of total pages and a Next/Previous link. Author: Dotnetindex.com Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1737 | Updated: 4/19/2004 | |
 | This article will show how to invoke the methods of an extension object from a stylesheet. Before looking at an example that illustrates the use of XSLT Extension objects, let's learn the concepts behind XSLT Extension objects. Author: Thiru Thangarathinam Code: ASP.NET v1.1 |
Hits Today: 1 Total: 1402 | Updated: 4/19/2004 | |
 | When you have to display a large number of records, the common practice is to use data paging so the information can be presented in a more user-friendly manner. Author: Thiru Thangarathinam Code: ASP.NET v1.1 |
Hits Today: 1 Total: 4235 | Updated: 3/2/2004 | |
 | I found the need to page through a Repeater object in C#, since it is light weight and offers the flexibility that DataGrid doesn't have. The implementation of the paging was inspired from the DataGrid directly using Anakrino, the decompiler for .NET.
Author: Dan Glass Code: ASP.NET v1.1 & C# |
Hits Today: 1 Total: 135 | Updated: 1/4/2008 | |
 | How to implement paging in the most efficient way. The secret is to retrieve the total number of pages but still just select the actual records for the current page. We do that by using the special MySQL features LIMIT and SQL_CALC_FOUND_ROWS. Author: ASPCode.net Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 3123 | Updated: 10/23/2003 | |
 | There are various ways that you can navigate through records. One of the ways is described in article which uses ViewState. We'll see how this can be done using a Datagrid and its Paging functionality.
Author: Sushila D. Patel Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 4179 | Updated: 11/7/2003 | |
 | This is an unedited portion taken from Chapter 22 of Applied ADO.NET: Building Data-Driven Applications book.
|
|