codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:

Home > ASP > ASP Databases  > Displaying Records
Sort by :


:    General    List and Combo Boxes    Paging through Recordsets    Tables   
1-20 of 45 ASP Databases > Displaying Records sites are shown.

 • ASP/CSS Drop-down    Votes:168   Hits:3647 Rate this site
      write a review | read reviews | report errors |    www.planet-source-code.com More asp articles
This code creates a CSS drop-down (small text/colours - whatever) that pulls values from a DB. It also validates the browser to check for CSS compatability.

 • Dynamic Dropdown Query    Votes:172   Hits:6699 Rate this site
      write a review | read reviews | report errors |    programmersresource.com More asp articles
This article will show you how to dynamically populate a dropdown list, select an item from the dropdown list, and search your database based on this item.

 • Building List Boxes Using the Results from a Datab    Votes:166   Hits:4167 Rate this site
      write a review | read reviews | report errors |    javafile.com More asp articles
Any ASP developer who has been around the block a few times has written code that creates a list box containing the elements from a database query. A list box is comprised of a number of options. Each option has a displayed title, and a hidden value. It is this value of the selected list box option that is passed onto the ASP page that the form is submitted to.

 • Select ListS    Votes:156   Hits:4935 Rate this site
      write a review | read reviews | report errors |    www.planet-source-code.com More asp articles
Now with more options, including multiple select, size, and default selected option. Quickly and easily creates select list combo boxes from a database for your web forms. Uses .GetString rather than recordset looping.

 • Drop down box to list years    Votes:162   Hits:2799 Rate this site
      write a review | read reviews | report errors |    www.planet-source-code.com More asp articles
Displays years pulled from a database into a drop down box.

 • Recordset Paging in ASP    Votes:166   Hits:4396 Rate this site
      write a review | read reviews | report errors |    asp101.com More asp articles
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.

 • Recordset Paging in ASP    Votes:171   Hits:3100 Rate this site
      write a review | read reviews | report errors |    asp101.com More asp articles
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.

 • Paging through Recordsets    Votes:169   Hits:4191 Rate this site
      write a review | read reviews | report errors |    stardeveloper.com More asp articles
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.

 • Paging: Use ADO, getrows, or a Stored Procedure    Votes:143   Hits:2138 Rate this site
      write a review | read reviews | report errors |    15seconds.com More asp articles
article will compare the three ways in which paging can be achieved for an ASP/SQL Server 7 application. The first uses ActiveX Data Object (ADO) paging; the second uses getrows and an array; and the third uses a SQL Server 7 stored procedure.

 • Recordset Paging with ADO 2.0    Votes:165   Hits:2642 Rate this site
      write a review | read reviews | report errors |    asp101.com More asp articles
Recordset paging is the process of breaking up a recordset into multiple "pages" of information for display.

 • Display Table on Web Page    Votes:162   Hits:3495 Rate this site
      write a review | read reviews | report errors |    activeserverpages.com More asp articles
This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data.

 • Display Records in Multiple Columns with ASP    Votes:158   Hits:4210 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This article is about a solution worked out to display a table with multiple records per row rather than with just one record per row.

 • Displaying Database Query Output Generically    Votes:167   Hits:3525 Rate this site
      write a review | read reviews | report errors |    asppipeline.com More asp articles
Here is some code that will generically display the reqults of a SQL query in the form of a table. The code will draw columns and rows for each field and record the resultset returns. You do not need to know what will be returned ahead of time to construct the table.

 • Reading records - basics    Votes:161   Hits:1803 Rate this site
      write a review | read reviews | report errors |    aspcode.net More asp articles
Reading records from a table is not hard, reading records in a optimized way is a little tougher.

 • Reading records - General Open command    Votes:126   Hits:811 Rate this site
      write a review | read reviews | report errors |    aspcode.net More asp articles
A generalised open connection command to use before all database reading .

 • Reading optimized - 1 single record    Votes:135   Hits:790 Rate this site
      write a review | read reviews | report errors |    aspcode.net More asp articles
If you know you are just gonna use one single record ( like when displaying the details for a single article for example ) then be sure to specify MaxRecords, since it makes the drivers optimize their memory allocations and therefore make the call much faster.

 • Reading records - and looping    Votes:136   Hits:873 Rate this site
      write a review | read reviews | report errors |    aspcode.net More asp articles
If you know you are gonna loop through a lot of records ( like when displaying a table of all articles in the system ) then use CacheSize to the drivers optimize their memory allocations and therefore make the call much faster.

 • Paging certain # of records using    Votes:136   Hits:1133 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
I recently was putting together some web-based screens and I wanted an easy way to display a certain number of records on each page. I wanted it to be flexible enough I could change it on-the-fly.

 • Paging certain # of records using    Votes:119   Hits:522 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This example shows using the Command Object, the main reason is the dis-connected recordset model of using Database resources most efficently

 • Write out records with GetString Method    Votes:126   Hits:526 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
This tutorial shows how to use the GetString Method of the ADO Recordset object to return and write out records. this method is a lot faster and easier than using .Movenext method. There are many benefits to using the technique and its very easy to use. I'd suggest spending a few minutes and try this example.

            
     
 








Recent Forum Threads
• C++
• Re: refresh parent after closing pop up window
• Dynamic Insertion
• Date and Time function around the world???
• Significant Factors
• Perl array access
• Re: huffman encoding and decoding in C++...
• Perl One Liner: Replace {(
• Re: html including php, accessing the functions


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009