| |
|
KB Article |
Group >>
KB Topic
|
 87 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
|
 834 Hits
|
 Code |
2. 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
|
 3678 Hits
|
 Code |
 KB Post |
|
3. ASP Classic Associative Array (Scripting.Dictionary)
12/27/2008, Updated: 1/29/2009
|
ASP Classic >>
Language Details
|
 1576 Hits
|
 Code |
4. ASP Classic Custom Routines (Sub, Function)
Languages Focus: Custom RoutinesFor non-OOP languages, a custom routine is a function, p...
11/11/2008, Updated: 12/25/2008
|
ASP Classic >>
Language Details
|
 775 Hits
|
 Code |
5. ASP Classic Overloading (Not Supported)
10/27/2008, Updated: 1/17/2009
|
ASP Classic >>
Language Details
|
 2931 Hits
|
 FAQ |
6. Associative Arrays in ASP Classic
What is the syntax in ASP Classic for using an associative array?
6/18/2008, Updated: 12/31/2008
|
ASP Classic >>
Language Details
|
 1583 Hits
|
 Tip |
7. Using Request.QueryString
Although you can use the generic request collection, as in Request("SomeValue"), for either Request....
7/17/2007, Updated: 12/29/2008
|
ASP Classic >>
Language Details
|
 1393 Hits
|
 KB Post |
8. RecordSet Properties, Methods, and Events
Using a RecordSet's properties, methods and events.
12/26/2006
|
ASP Classic >>
Language Details
|
 1125 Hits
|
 KB Post |
9. Weekday and WeekdayName
Use Weekday and WeekdayName to return the day of week in ASP.
12/21/2006
|
ASP Classic >>
Language Details
|
 8436 Hits
|
 KB Post |
10. Response.Flush and Response.Buffer
Response.Flush sends the contents of the buffer to the browser. This command is useful for showing a visitor something while slow loading pages load.
12/19/2006, Updated: 4/10/2010
|
ASP Classic >>
Language Details
|
 1237 Hits
|
 Tip |
11. ASP Application.Lock Method
Call Application.Lock to freeze ASP code while you set IIS application variables...
11/14/2006, Updated: 1/29/2009
|
ASP Classic >>
Language Details
|