Best Tutorials website
Latest tutorials

Advertisment

Search db by Field

Search db by Field

Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which...


Views: 631 | Rating star | by Tutorial
ASP - Database Related

Get Your Data Faster with a Data Cache

Get Your Data Faster with a Data Cache

Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of...


Views: 632 | Rating star | by Nick
ASP - Database Related

ASP-Database Transactions

ASP-Database Transactions

This is an article on executing all or none database queries using ASP-Database transactions. Must read for ASP-Database developers. Sample...


Views: 655 | Rating star | by Colin
ASP - Database Related

Filtering and Sorting of Records in a Database

Filtering and Sorting of Records in a Database

Learn how to search and sort the records through the database. Step by step tutorial with Sample code and database available for download. Online...


Views: 537 | Rating star | by Source
ASP - Database Related

Using ASP pages to page through Recordset

Using ASP pages to page through Recordset

In depth article on showing records in a page by page fashion with 'first page','next','back' and 'last...


Views: 581 | Rating star | by Isac
ASP - Database Related

Search Within Search Results

Search Within Search Results

Want to add value to your current search? Allow your users to search from within search results. As databases grow the necessity for the user to...


Views: 605 | Rating star | by Ben
ASP - Database Related

Fun With Stored Procedures...

Fun With Stored Procedures...

This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more...


Views: 566 | Rating star | by Mathew
ASP - Database Related

Speed up Database Access using GetRows

Speed up Database Access using GetRows

This is an article on using Recordset. It uses GetRows method to speedup database access. One of the fastest ways of displaying database records...


Views: 612 | Rating star | by Mark
ASP - Database Related

Generating random records from the Database

Generating random records from the Database

This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code...


Views: 566 | Rating star | by Adam
ASP - Database Related

Display Table on Web Page

Display Table on Web Page

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


Views: 652 | Rating star | by Simon
ASP - Database Related

Multiple Form Selection (Where In)

Multiple Form Selection (Where In)

Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example...


Views: 613 | Rating star | by Colin
ASP - Database Related

Reading Flash File Information (.swf) through an ASP Page

Reading Flash File Information (.swf) through an ASP Page

This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class...


Views: 856 | Rating star | by Colin
ASP - Flash and ASP

Integrating Flash with an Access Database

Integrating Flash with an Access Database

This article explains how to connect a Flash movie to an Access database, and use an ASP page to query the database and transfer information over...


Views: 896 | Rating star | by Nick
ASP - Flash and ASP

SmartWebby's Guide to Flash 'n' ASP Unleashed

SmartWebby's Guide to Flash 'n' ASP Unleashed

Learn the cool things possible using Flash and ASP. Attractive and interactive Flash interfaces make your pages look fun and interesting. This...


Views: 0 | Rating star | by Sarah
ASP - Flash and ASP

Flash and ASP Integration

Flash and ASP Integration

Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML...


Views: 968 | Rating star | by Colin
ASP - Flash and ASP

Send email via ASP 3.0 and CDONTS

Send email via ASP 3.0 and CDONTS

This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required...


Views: 887 | Rating star | by Marry
ASP - Form Processing

Request.Form and Stack Overflow

Request.Form and Stack Overflow

Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit),...


Views: 906 | Rating star | by Mathew
ASP - Form Processing

Submitting data to forms with IP*Works! WebForm

Submitting data to forms with IP*Works! WebForm

ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is...


Views: 832 | Rating star | by Jarry
ASP - Form Processing

Checkbox Sample

Checkbox Sample

This article discusses how to deal with various checkboxes in form via ASP. Covers: The Default No-Frills Checkbox, Checkbox With An Associated...


Views: 861 | Rating star | by Steve
ASP - Form Processing

Writing Smart Web-based Forms

Writing Smart Web-based Forms

This is an extensive article that describes form validation technique to help the user submit correct information.


Views: 898 | Rating star | by Stephen
ASP - Form Processing