Search Tools Links Login

Browsing ASP/ HTML

Prev   Next

Client Side Excel Spreadsheet
You can create an Excel Spreadsheet on the client side with a HTML data stream.
Posted:2002-06-01, 100 views

Bust the cache!
This code allows you to force a page to reload from the server, rather than the user's browser cache.
Posted:2002-06-01, 98 views

Calling Command objects and stored procedures
You can design stored procedures to hide complex business rules and logic, leaving a more concise interface available for application development.
Posted:2002-06-01, 116 views

Batch Update using ADO
ADO has a great batch update feature that not many people take advantage of.
Posted:2002-06-01, 104 views

ADO Transactions
Transactions are atomic operations that allow you to do multiple operations on a database as one operation.
Posted:2002-06-01, 89 views

ADO GetRows example
You can use ADO GetRows to output and ADO recordset to an array.
Posted:2002-06-01, 115 views

Newbie help: Add a new record to a database
Simple form to insert a value into a table using ADO's RecordSet.
Posted:2002-06-01, 119 views

Prev   Next