11 items found in the VBScript Category
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: 104766 times
VBScript to C# - Equivalent string functions
Mikesdotnetting
-
28 May 2007 21:18
A Cheat Sheet containing the VBScript string functions and their equivalent methods in C#.
Click to read more about VBScript to C# - Equivalent string functions ...
VBScript Regular Expressions Cheat Sheet
Mikesdotnetting
-
14 May 2007 08:44
Metacharacters for use with VBScript regular expressions
Click to read more about VBScript Regular Expressions Cheat Sheet ...
Filed under:
VBScript
as
Cheat Sheet
Viewed: 21009 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: 59917 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: 4047 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: 49571 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: 62367 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: 9501 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: 9163 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: 5137 times
Paging long articles in Classic ASP
Mikesdotnetting
-
31 March 2007 17:46
Long articles are better broken into bite-sized chunks over several pages. With static HTML, this is easily achieved by dividing the article into logical separations and creating separate .htm files for each. Here's how to do it using ASP for an article that gets posted to a database.
Click to read more about Paging long articles in Classic ASP ...
Filed under:
VBScript
as
Tutorial
Viewed: 4844 times


