10 items found in the Classic ASP Category
Classic ASP Include Files in ASP.NET
Mikesdotnetting
-
23 June 2010 07:43
Include files within classic ASP are about the only way to achieve some measure of code-reuse within frameworks that offer little or nothing by way of composition or inheritance. Judging by the number of questions in forums, there are still a lot of people moving across from classic ASP who are puzzled as to how to approach replacing include files within ASP.NET. A number of articles illustrate individually how to do so for site-wide layout reasons, including widgets, reusing global functions, or actually including the content of a file. However, I haven't been able to find one resource that brings all these together, hence the purpose of this article.
Click to read more about Classic ASP Include Files in ASP.NET ...
Filed under:
Classic ASP
ASP.NET Web Forms
as
Tutorial
Viewed: 33640 times
Ajax with Classic ASP using jQuery
Mikesdotnetting
-
17 January 2009 23:13
My simple article on Ajax with Classic ASP is one of the most popular on this site. So I thought it's about time I updated it to show how to use jQuery to Ajaxify a Classic ASP page. Since I did that, the jQuery version became even more popular but needed to be brought up to date. This latest version uses a couple of suggestions that have been provided by commentors to improve the code. I have also added a download which contains all the code needed to run the samples.
Click to read more about Ajax with Classic ASP using jQuery ...
Filed under:
Classic ASP
VBScript
AJAX
Javascript
jQuery
as
Tutorial
Viewed: 104949 times
Debugging Classic ASP pages in Visual Studio 2005 on Windows XP Pro
Mikesdotnetting
-
17 August 2007 10:28
As an ardent Dreamweaver user for classic ASP, I used to debug my scripts with a plethora of Response.Write and Response.End statements, outputting the values of various values to the browser to check that logic was working as intended. However, I recently discovered how to use the VS 2005 debugger to make debugging classic ASP (almost) a joy.
Click to read more about Debugging Classic ASP pages in Visual Studio 2005 on Windows XP Pro ...
Filed under:
Classic ASP
Visual Studio
as
Tutorial
Viewed: 12743 times
AJAX and Classic ASP
Mikesdotnetting
-
06 May 2007 23:29
Using the xmlhttpserver object in javascript to request an asp page containing script to output text.
Click to read more about AJAX and Classic ASP ...
Filed under:
Classic ASP
VBScript
AJAX
Javascript
as
Snippet
Viewed: 59989 times
Analyse the tables and saved queries in an Access database with ADOX
Mikesdotnetting
-
06 May 2007 22:34
The following code will enumerate the tables and their properties, together with the queries in an Access database. Saved SELECT queries are referenced using the Views collection, and INSERT, UPDATE and DELETE queries are referenced from the Procedures collection.
Click to read more about Analyse the tables and saved queries in an Access database with ADOX ...
Filed under:
Classic ASP
VBScript
MS Access
as
Snippet
Viewed: 4052 times
Regular Expressions and VBScript
Mikesdotnetting
-
09 April 2007 12:42
Regular Expressions provide a much more powerful and efficient way of manipulating strings of text than the use of a variety of standard string functions. They have a reputation of being cryptic and difficult to learn, but are actually quite easy to learn and use.
Click to read more about Regular Expressions and VBScript ...
Filed under:
Classic ASP
VBScript
as
Tutorial
Viewed: 49726 times
Date formatting in VBScript
Mikesdotnetting
-
08 April 2007 20:22
Cheat sheet
Click to read more about Date formatting in VBScript ...
Filed under:
Classic ASP
VBScript
as
Cheat Sheet
Viewed: 62618 times
Migrating from Classic ASP to ASP.NET - equivalent objects and classes
Mikesdotnetting
-
07 April 2007 10:01
Having spent some time familiarising oneself with the objects available in Classic ASP, it can be tricky sometimes to find the .NET framework equivalent. Here's a guide.
Click to read more about Migrating from Classic ASP to ASP.NET - equivalent objects and classes ...
Filed under:
Classic ASP
VBScript
ASP.NET 2.0
as
Cheat Sheet
Viewed: 9530 times
Saved Parameter Queries with MS Access and ASP
Mikesdotnetting
-
31 March 2007 21:19
Protecting your application against SQL injection and easier debugging are just two of the benefits of using saved parameter queries in MS Access.
Click to read more about Saved Parameter Queries with MS Access and ASP ...
Filed under:
Classic ASP
VBScript
MS Access
as
Tutorial
Viewed: 9172 times
ADOX, MS Access and ASP
Mikesdotnetting
-
31 March 2007 19:55
You don't need MS Access installed on your computer to create a database file for your ASP web site. Using ADOX and some data definition language allows you to produce an mdb file programmatically.
Click to read more about ADOX, MS Access and ASP ...
Filed under:
Classic ASP
VBScript
MS Access
as
Tutorial
Viewed: 5143 times


