|
|
|
|
|
Total Hits: 520 | Today: 0 |
Author: Michael Brinkley
|
Rating:
|
|

This article responds to the question: "I am building an asp application in which I display very long articles. Can you please tell me how to split a single record (one long article), in 3 pages. Please help me in this regard I'll be gratefull."...
|
|
|
|
Total Hits: 1500 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In this article we will learn how to use ASP pages to page through recordsets.What is paging ? Paging is a very useful way of presenting data. It allows you to show 5, 10 or whatever number of records you want per page and then show typical 'first page', 'last page', 'previous page', 'next page' etc buttons to navigate between pages....
|
|
|
|
Total Hits: 729 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

This 10-Minute Solution is the second of a series of three articles covering how to display data from a database in the form of logical pages, so that the user can navigate from page to page. The three articles are separated in terms of ease of understanding and use, from the simplest to the most complex. Last month's solution showed how to display data, hitting the server and database once for each page requested, and will work on any browser....
|
|
|
|
Total Hits: 490 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

Remote Data Services can be used to access live data from a database and send a recordset object back to the browser where it can then be manipulated. Thus, you can enable a paging mechanism where the user navigates from page to page....
|
|
|
|
Total Hits: 1887 | Today: 0 |
Author: Faisal Khan.
|
Rating:
|
|

In this step by step tutorial I will guide you to build the fastest method to display records from the database using plain ASP. The technique we are going to use is based on a simple fact that you don't have to hit database every time you want to display records. Take for example a list box which displays names of countries from the database. How many times you are going to change the countries in the database? I bet not often. So if you have to show those countries from the database then it wi...
|
|
|
|
Total Hits: 1631 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

This tutorial shows you the steps involved in displaying recordset data in a paged fashion using DHTML, CSS, and JavaScript....
|
|
|
|
Total Hits: 1056 | Today: 0 |
Author: Armand Datema
|
Rating:
|
|

This example shows you how to limit the number of records returned on a search and scroll through them....
|
|
|
|
Total Hits: 1600 | Today: 0 |
Author: Tranzity
|
Rating:
|
|

A simple Record paging ASP Script with comments. Great for use with simple databases, or use with a forum. Its very hard to find such an easy paging script!...
|
|
|
|
Total Hits: 1300 | Today: 0 |
Author: Abstractvb.com
|
Rating:
|
|

Create a new ASP page called Product.asp then add this code. You will need to change the SQL statement, and database connection properties before you run this....
|
|
|
|
Total Hits: 458 | Today: 0 |
Author: CodeAve.com
|
Rating:
|
|

When you begin dealing with larger databases and offer search capabilities it becomes essential to offer the ability to view a few of the database observations at a time rather than dumping the whole db out to the browser....
|
|
|
|
Total Hits: 1704 | Today: 0 |
Author: Daniel Anderson
|
Rating:
|
|

Demonstrates how to page through a recordset using a stored procedure as opposed to client-side cursors. This approach increases performance for paging through tables that aren’t extremely large....
|
|
|
|
Total Hits: 3246 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In depth article on showing records in a page by page fashion with 'first page', 'next','back' and 'last page' links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available....
|
|
|
|
Total Hits: 680 | Today: 0 |
Author: Dean Higginbotham
|
Rating:
|
|

The purpose of this function is to help create ASP applications with pagination--really easy. Go to garraeth.com to see it in action...
|
|
|
|
Total Hits: 700 | Today: 0 |
Author: Bipin Joshi
|
Rating:
|
|

Many times after executing a query we get large number of records back and need to display certain number of records per page.Typically this occurs while providing search or find functionality.
...
|
|
|
|
Total Hits: 2181 | Today: 0 |
|
Rating:
|
|

Recordset paging is needed when you develop a script that will retrieve hundreds or even thousands of records from a database. Trying to receive large numbers of records at one time would cause a delay in processing multiple requests from the database and would slow the performance of your website. Paging would only retrieve a certain number of records at a time for one user...
|
|
|
|
Total Hits: 2924 | Today: 0 |
Author: David Gottlieb
|
Rating:
|
|

This tutorial, using Classic ASP, is on paging through records in a database....
|
|
|
|
Total Hits: 3916 | Today: 0 |
|
Rating:
|
|

This article describes how to use the PageSize, PageCount, and AbsolutePage properties of an ADO recordset and what cursor types must be used to get Recordset Paging to work....
|
|
|
|
Total Hits: 4021 | Today: 0 |
|
Rating:
|
|

Every once in a while I come across the task of displaying a large number of records in ASP pages. The good example is displaying the results of a search. Most of the time I do not know the number of records that I have to display in advance. In addition to this, as the usage of the application growth the size of the database will grow accordingly. That leaves me as well as anyone with the similar application requirements no other choice, but to develop some kind of algorithm to display rec.....
|
|
|
|
Total Hits: 3334 | Today: 0 |
|
Rating:
|
|

Ever wonder how the search engines pull off that cool trick of only showing you the first ten results that your query pulls back from their gigantic database? Well, rest assured that you're not alone. It's been a popular request here at ASP 101....
|
|
|
|
Total Hits: 2925 | Today: 0 |
|
Rating:
|
|

When you begin dealing with larger databases it becomes essential to offer the ability to view a few of the database observations at a time rather than dumping the whole db out to the browser. The following script will display the 50 United States, but limit each page to display no more than four states at a time. A total of thirteen pages can by dynamically created from dropdown menu input o.....
|
|
|
|
|
|
|