Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  105
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 14, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > Display Records
Search
DevASP

What's New
What's Hot
Listings for Combo Box Display Combo Box Display (8)
Listings for Data Shaping Data Shaping (4)
Listings for Display Binary Data Display Binary Data (3)
Listings for DropDown & List Box DropDown & List Box (9)
Listings for Record Paging Record Paging (32)
Listings for Tables Display Tables Display (16)


Generating Random Records from the Database       
Total Hits: 307  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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....

Using ASP pages to page through Recordsets       
Total Hits: 502  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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....

Displaying Images ( binary data ) from the Database       
Total Hits: 270  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your 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 ...

How to display records from top 4 database systems using plain ASP?       
Total Hits: 224  |  Today: 0 Author: Ken Lin       Rating:  
Read Reviews | Write Review |              Your 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....

Alphabetically database Paging       
Total Hits: 278  |  Today: 0 Author: Amit Chowdhury       Rating:  
Read Reviews | Write Review |              Your Rating: 

Alphabetically Database Paging This purpose of this code is to paging databse alphabetically....

Databases and Checkboxes       
Total Hits: 215  |  Today: 0 Author: Jim Rudnick       Rating:  
Read Reviews | Write Review |              Your 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....

Display Recordset Data in a Paged Fashion, Part II       
Total Hits: 289  |  Today: 0 Author: Rama Ramachandran       Rating:  
Read Reviews | Write Review |              Your 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....

Displaying Recordset Data in a Paged Fashion, Part IIIb: Using Remote Data Services       
Total Hits: 215  |  Today: 0 Author: Rama Ramachandran       Rating:  
Read Reviews | Write Review |              Your 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....

FORMAT SPECIAL DATA       
Total Hits: 315  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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!...

DISPLAY DATA FROM DATABASE       
Total Hits: 489  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Display Data from a Database in Your ASP Page       
Total Hits: 385  |  Today: 0 Author: Rama Ramachandran       Rating:  
Read Reviews | Write Review |              Your 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....

Fastest way of Database Access : Caching Records in Memory.       
Total Hits: 1554  |  Today: 0 Author: Faisal Khan.       Rating:  
Read Reviews | Write Review |              Your 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...



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com