Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  95
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, May 17, 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 > Tables Display
Search
DevASP

What's New
What's Hot

Simple Alternate Row Color       
Total Hits: 1233  |  Today: 0 Author: Pagoda Media       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script is as simple as it's title insists. Just another alternating row color script for use in your tables that you may populate for a database app......

Alternate Row Colors       
Total Hits: 1321  |  Today: 0 Author: Scott Menzer       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code will make your table alternate colors to make viewing large tables easier. Use a loop of your choice to build the table, I read from a databse table so I use do until rs.EOF....

Creating Database Tables       
Total Hits: 1271  |  Today: 1 Author: Adam Ware       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the Course of developing websites over the last year or so, I have often needed to create a table within a database from an ASP page, in example of this could be to create a individual table of fields for one of my customers....

Display Table       
Total Hits: 1707  |  Today: 1 Author: Charles M. Carroll       Rating:  
Read Reviews | Write Review |              Your Rating: 

dbfull1.asp merely displays a table like we have in other examples, except every row of the table has a hyperlink to dbfull2.asp and passes the ID to that script in a variable called whichID....

Alternating Colors       
Total Hits: 922  |  Today: 0 Author: Roy Walter       Rating:  
Read Reviews | Write Review |              Your Rating: 

Variation on the theme of alternating row colors in tables using Mod(). Enhance readability of tables by alternating color of rows....

Retrieve Tables and Column From ODBC       
Total Hits: 636  |  Today: 0 Author: Omar Vivas       Rating:  
Read Reviews | Write Review |              Your Rating: 

This program retrieve the tables and column existing from DSN ODBC. To do, use the OpenSchema method frmo ADO....

Convert SQL To HTML Table       
Total Hits: 772  |  Today: 1 Author: Ron de Frates       Rating:  
Read Reviews | Write Review |              Your Rating: 

Returns the results of a SQL query as an HTML table. This small function is not only very fast it also simplifies the programming logic for displaying data.

...

Generating Spreadsheet-Like HTML Tables       
Total Hits: 510  |  Today: 1 Author: Richard Chisholm       Rating:  
Read Reviews | Write Review |              Your Rating: 

Whenever you need to display a table that contains information from a database, you probably just write out the code necessary to do this each time. But if you are like me you are probably a little lazy, and that’s why I created a handy script to easily write out HTML tables.
...

Basic Database Publishing       
Total Hits: 754  |  Today: 1 Author: Philip Quinn       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article will take you through the steps to get data from a database and present it on the screen in a nice and orderly fashion (table)....

Better alternate row-color       
Total Hits: 897  |  Today: 0 Author: Harvey       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code snippet by Harvey will allow you to easily alter between two colors in a table. Author: Harvey...

Alternate Row Colors       
Total Hits: 453  |  Today: 0 Author: Matt Khoury       Rating:  
Read Reviews | Write Review |              Your Rating: 

Ever want alternate the row colors of your record set? This code is the easiest way to do it!...

Display table from mdb as html       
Total Hits: 728  |  Today: 1 Author: Jim Tinney       Rating:  
Read Reviews | Write Review |              Your Rating: 

Often I use flat mdb files to post forms to on the webserver. This is a simple page to just grab a table from an mdb file on the server with a DSN-less connection and display it as an HTML table.
...

Display Records in Multiple Columns       
Total Hits: 972  |  Today: 0 Author: ASPfree       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is about to display a table with multiple records per row rather than with just one record per row....

Simple Alternate row-color       
Total Hits: 858  |  Today: 0 Author: @Rodrigues       Rating:  
Read Reviews | Write Review |              Your 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!...

Alternating Row Colors       
Total Hits: 577  |  Today: 1 Author: Kevin Duncan       Rating:  
Read Reviews | Write Review |              Your Rating: 

An easier way to add alternating row colors to your ASP page. After searching for an easy to use script to alternate row colors I gave up and converted a Javascript to ASP....

display records from top 4 database       
Total Hits: 639  |  Today: 0 Author: Ken Lin       Rating:  
Read Reviews | Write Review |              Your Rating: 

Article provides in depth info on connecting to SQL Server, Oracle, Access and MySQL Server Databases, retrieving records and displaying them to the user using plain ASP pages. Everything has been explained in detail....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com