| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
ado.asp | ASP (Active Server Pages) | Intermediate / Jon Davis | 15975 since 6/20/2002 12:55:37 AM |
By 2 Users
|
| |
Make ADO calls simpler:
<blockquote>sSQL = "SELECT * FROM Books WHERE Subject LIKE '%" & EscQ(Request("SearchSubject")) & "%'"<br>
Set MyRecordset = SQLSelect(sSQL)</blockquote>
<p>This is an essential file I use for all basic ADO methods. It ...(description truncated) |
| |
| |
| |
 |
HTM2ASP Redirector (easy .htm/.html to .asp redirector) | ASP (Active Server Pages) | Intermediate / Jon Davis | 4616 since 6/17/2002 9:22:31 AM |
By 4 Users 4 Excellent Ratings
|
| |
Have you ever needed to switch the file extension of a large set of files from .htm to .asp but you were worried about other web sites linking to the .htm files? You could create a new redirector .htm file for every file you switch to .asp. Or, you can ju ...(description truncated) |
| |
| |
| |
 |
Weblog / Blog commenting for ASP | ASP (Active Server Pages) | Intermediate / Jon Davis | 4233 since 3/6/2003 4:40:10 PM |
By 2 Users 2 Excellent Ratings
|
| |
Adds a "Comments(X)" link to your blog posts/articles, which pops up a window and manages your comments. |
| |