PrestwoodBoards.com
-Collapse +Expand

ASP Classic

Search ASP Classic Group:

Advanced
-Collapse +Expand ASP Classic Group Home
-Collapse +Expand Message Board
-Collapse +Expand Knowledge Base
-Collapse +Expand ASP Classic To/From
To/FromCODEGuides
-Collapse +Expand ASP Classic Study Test
PRESTWOODCERTIFIED
-Collapse +Expand ASP Classic Store
-Collapse +Expand Members Only
   PrestwoodBoardsKBWebsite ScriptingASP Classic   

ASP Classic KB: ASP Classic Topic

History: Active Server Pages (ASP) is Microsoft's first server-side scripting language. It is intended to help build dynamic websites and is not a general development language. It is not a suitable tool for building desktop applications, DLLs, help files, etc. It is suitable for building very fast dynamic websites. It typically executes on the server and delivers HTML combined with browser-side JavaScript back to a user's browser.

Topics

Topic Articles (Newest to Oldest)

25+ Articles Found in the ASP Classic Topic  (or one of the sub-topics in bold above)
    KB Article Group >>  KB Topic
Sign In To Check If Stuff Is New
80
Hits

Error
1. ASP Classic Error 3709

Run-time error '3709':
Operation is not allowed on an object referencing a closed or invalid connection.

7/11/2010
ASP Classic >> Language Details
Sign In To Check If Stuff Is New
441
Hits

Code
2. ASP Classic Edit Record (AddNew, Update, Delete)

Languages Focus: Edit Record

This common syntax name documents editing a record as a wh...

6/24/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
116
Hits

Code
3. ASP Classic Yes/No Function

The following function demonstrates one technique for coding a Yes/No dropdown. It uses a for loo...

6/15/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New  
492
Hits

Code
4. ASP Classic Array (x = Array())

Arrays in ASP Classic use a 0-based indice.

Use UBound to get the number of elements. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.

3/20/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
345
Hits

Code
5. ASP Classic Sort Records (Sort)

In ASP, using ADO, you sort a set of records using the Sort property.

2/8/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
365
Hits

Code
6. ASP Classic Filter Records (Filter)

In ASP, using ADO, you filter a set of records using Filter.

2/8/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
337
Hits

Code
7. ASP Classic Find Record (Find, Seek)

In ASP, using ADO, you use Find and Seek to move a cursor of a RecordSet to a matching record.

2/7/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
392
Hits

Code
8. ASP Classic Record Movement (MoveFirst, MoveLast, MoveNext)

Languages Focus: Record Movement

Top, bottom, next, and previous.

ASP C...
2/7/2010

ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New  
1002
Hits

Code

Article
9. ASP Classic Empty String Check (Len(s&vbNullString))

Languages Focus: Empty String Check

An empty string is a zero length string, a string tha... (1 Comments )

9/17/2009, Updated: 7/21/2010
ASP Classic >> ASP Classic
Sign In To Check If Stuff Is New
863
Hits

Code

Article
10. ASP Classic Member Visibility (Private, Public)
3/11/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New
868
Hits

Code
11. ASP Classic Member Modifiers (Default)

Languages Focus: Member Modifier

Traditional private, protected<...

3/11/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New
829
Hits

Code
12. ASP Classic Self Keyword (me)

Same as VB. The Me keyword is a built-in variable that refers to the class where the code is executing.

3/11/2009
ASP Classic >> Language Details
Sign In To Check If Stuff Is New
646
Hits

Code
13. ASP Classic Deployment Overview

ASP Classic Deployment Overview

With ASP Classic, you simply copy your files to a web ser...

3/11/2009
ASP Classic >> Tool Basics
Sign In To Check If Stuff Is New  
877
Hits

Code

KB Post
14. ASP Classic Logical Operators (and, or, not)

Languages Focus: Logical Operators

Logical operators perform conditional and,

2/11/2009, Updated: 9/15/2009
ASP Classic >> Language Basics
Sign In To Check If Stuff Is New  
928
Hits

Code

KB Post
15. ASP Classic Destructor (Class_Terminate)
1/18/2009, Updated: 1/28/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New  
2130
Hits

Code

KB Post
16. ASP Classic Constructors (Class_Initialize)
1/18/2009, Updated: 1/28/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New  
1399
Hits

Tip
17. If Statement: No Short Circuit

Short-circuit evaluation is a feature of most languages where once an evaluation evaluates t...

12/30/2008, Updated: 1/14/2009
ASP Classic >> Language Basics
Sign In To Check If Stuff Is New
3657
Hits

Code

KB Post
18. ASP Classic Associative Array (Scripting.Dictionary)
12/27/2008, Updated: 1/29/2009
ASP Classic >> Language Details
Sign In To Check If Stuff Is New
785
Hits

Code
19. ASP Classic Member Field

ASP Classic does support member fields, but, as usual, you cannot initialize the type nor value of a member field. The type is implied by usage.

12/25/2008, Updated: 1/22/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New
815
Hits

Code

KB Post
20. ASP Classic Member Property (Property..Get..Let)

ASP classic uses the property keyword and special Get and Let methods to both get and set the values of properties.

12/21/2008, Updated: 1/29/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New
885
Hits

Code
21. ASP Classic Member Method (Sub, Function)
12/20/2008, Updated: 1/20/2009
ASP Classic >> OOP
Sign In To Check If Stuff Is New
638
Hits

Code
22. ASP Classic Overview and History

ASP Classic Overview and History

12/18/2008, Updated: 1/2/2009
ASP Classic >> Tool Basics
Sign In To Check If Stuff Is New
830
Hits

Code
23. ASP Classic Constants (Const kPI = 3.1459)
12/16/2008, Updated: 1/24/2009
ASP Classic >> Language Basics
Sign In To Check If Stuff Is New
641
Hits

Code
24. ASP Classic End of Statement (Return)

Languages Focus: End of Statement

In coding languages, common End of statement spe...

12/14/2008, Updated: 1/19/2009
ASP Classic >> Tool Basics
Sign In To Check If Stuff Is New
1428
Hits

Code

KB Post
25. ASP Classic If Statement (If..ElseIf..Else..End If)

The End If is optional if you put your code on a single line.

12/8/2008, Updated: 3/20/2009
ASP Classic >> Language Basics

Icon Legend
Recent or not:
- Recent activity (within last two weeks).
- No activity last two weeks.
 Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).

New ASP Classic Knowledge Base Post...

Share your knowledge with the WORLD! In addition to adding comments to existing posts, you can post knowledge you've acquired. We welcome full articles (intro with screen shots), general posts (shorter), and tidbits (tips, FAQs, definitions, etc.).

Post New...

Tidbit Post: Short Flashcard FAQ Definition Quick Tip Code Snippet
Longer Post: Full Article General Post File Link Error News
Other: Blog Topic
Or, if YOU have a question...
  ASP Classic Message Board
 
708 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join Prestwood now. It's free!