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. More...
Filed under: Classic ASP VBScript AJAX Javascript jQuery as Article
VBScript to C# - Equivalent string functions/methods
Mikesdotnetting
-
28 May 2007 21:18
A Cheat Sheet containing the VBScript string functions and their equivalent methods in C#. More...
VBScript Regular Expressions Cheat Sheet
Mikesdotnetting
-
14 May 2007 08:44
Metacharacters for use with VBScript regular expressions More...
Filed under: VBScript as Cheat Sheet
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. More...
Filed under: Classic ASP VBScript AJAX Javascript as Snippet
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.
More...Filed under: Classic ASP VBScript MS Access as Snippet
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. More...
Filed under: Classic ASP VBScript as Article
Date formatting in VBScript
Mikesdotnetting
-
08 April 2007 20:22
Cheat sheet More...
Filed under: Classic ASP VBScript as Cheat Sheet
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. More...
Filed under: Classic ASP VBScript ASP.NET 2.0 as Cheat Sheet
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. More...
Filed under: Classic ASP VBScript MS Access as Article
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. More...
Filed under: Classic ASP VBScript MS Access as Article
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. More...
Filed under: VBScript as Article

