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.

 • Select ListS    Votes:151   Hits:4580 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.

 • Data driven combo box sample    Votes:146   Hits:5020 Rate this site
      write a review | read reviews | report errors |    aspfree.com More asp articles
Code showing how to load a ComboBox with records that are retrieved from a database.

 • ASP/CSS Drop-down    Votes:153   Hits:3090 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:157   Hits:6067 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:151   Hits:3622 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.

 • Drop down box to list years    Votes:147   Hits:2303 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.

 • Filling a List Box From a Database    Votes:140   Hits:3162 Rate this site
      write a review | read reviews | report errors |    asppipeline.com More asp articles
One of the most common questions we receive from new ASP developers is "how do I fill a list box with choices from a database table"? Fortunately, this is a pretty simple thing to do.

 • Multiple Dropdowns    Votes:154   Hits:5047 Rate this site
      write a review | read reviews | report errors |    programmersresource.com More asp articles
This article shows how to create a page with multiple dropdowns. The first dropdown gives the initial values to choose from. Once submitted another dropdown is created and the values in it are based on the value selected from the first dropdown.

 • Recordset Paging in ASP    Votes:151   Hits:3718 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:151   Hits:2497 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:154   Hits:3602 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:128   Hits:1550 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:150   Hits:2124 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:147   Hits:2911 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:143   Hits:3619 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:152   Hits:3023 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:141   Hits:1355 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:111   Hits:342 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:120   Hits:339 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:121   Hits:391 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.

            
     
 








Recent Forum Threads
• Losing background/text color when converting HTML to PDF
• hidden div block when displayed, displays at an offset of 200px only in IE 6..
• help - sketch
• Re: Perl Script - File Handling.
• Open a file from website
• Re: to open 5 terminals from one and also execute different commands on each terminal
• read a selected multiple line, those should match some of the values read in the files..
• Help me please
• Empty the contents of a file.


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-2008