|
|
|
|
|
Total Hits: 1886 | Today: 1 |
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: 1055 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

This article is about Displaying Images ( binary data ) from the Database via ASP. Online demo, sample code available for download....
|
|
|
|
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: 912 | Today: 0 |
Author: @Rodrigues
|
Rating:
|
|

Provides a simple way to achieve alternated row colors. Usefull when you want to alternate row colors on a table, for example. Use it when retrieving data from a recorset!...
|
|
|
|
Total Hits: 948 | Today: 0 |
Author: Harvey
|
Rating:
|
|

This code snippet by Harvey will allow you to easily alter between two colors in a table. Author: Harvey...
|
|
|
|
Total Hits: 2923 | 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: 4020 | 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: 2924 | 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.....
|
|
|
|
Total Hits: 3393 | Today: 0 |
|
Rating:
|
|

A popular way to display data from a recordset, especially a large one, is in a paged fashion. In this 10-Minute Solution, you display data, hitting the server and database once for each page requested...
|
|
|
|
Total Hits: 4087 | Today: 0 |
|
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....
|
|
|
|
|
|
|