|
|
|
|
|
Total Hits: 307 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In this article we will learn how to display random records from the database. From the articles so far, you will be able to display records from the database in a variety of ways and do a lot with them. We will add to our ASP-Database knowledge by enabling our ASP scripts to show random records....
|
|
|
|
Total Hits: 502 | 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: 270 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

This is the 2nd article in a series of articles about inserting binary data ( files, images etc ) into database ( Access Database ) and then displaying that binary data from the database using ASP. I am going to assume here that you have read the 1st article Uploading and Inserting Binary Data into the Database. Quite a lot of important background information and detail has been covered there, so better give it a reading beforing continuing with this article.That article described how to upload ...
|
|
|
|
Total Hits: 224 | Today: 0 |
Author: Ken Lin
|
Rating:
|
|

Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary, and choosing database software is one of them. This overview aims to describe how to set database connections with some common database software. Hopefully, you would find it useful....
|
|
|
|
Total Hits: 278 | Today: 0 |
Author: Amit Chowdhury
|
Rating:
|
|

Alphabetically Database Paging This purpose of this code is to paging databse alphabetically....
|
|
|
|
Total Hits: 215 | Today: 0 |
Author: Jim Rudnick
|
Rating:
|
|

Checkboxes, first of all, are just that. A little square box, created in HTML as a part of the form you are building and for the most part, they allow the user to make some/any/all/none of them 'checked' or not. That is, unlike radio buttons where the user is allowed to check only one radio button per family (like MALE (x) FEMALE( )) a series of checkboxes can be either checked or not by the user in any number of ways....
|
|
|
|
Total Hits: 289 | 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: 215 | 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: 315 | Today: 0 |
|
Rating:
|
|

If you want to display numbers from a database on your web page, chances are you will have to do some formatting to get your data to display the way you want it to. Here are a few examples. Read this article to learn more!...
|
|
|
|
Total Hits: 489 | Today: 0 |
|
Rating:
|
|

Alright, you have your database connection established and now you want to display data from your database on your page. Easy enough. We'll take the same code that we left off with from our Open Database Connection Tutorial except we will change the database table name to myCustomers and build from there....
|
|
|
|
Total Hits: 385 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

Once you go beyond the basics in ASP—scripting some fancy output—the next thing you usually want to do is access a database and display data from it. This ASP primer will show you how to access data in a database from your ASP page....
|
|
|
|
Total Hits: 1554 | 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...
|
|
|
|
|
|
|