Warning: include_once(/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php) [function.include-once]: failed to open stream: Permission denied in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1

Warning: include_once() [function.include]: Failed opening '/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1
waysonweb.com » ASP (Classic)

Archive for the 'ASP (Classic)' Category

Sharing Session Variables between ASP and ASP.Net Pages

Wednesday, July 27th, 2005

Two methods for sharing session variables between ASP and ASP.Net pages.

ADO RecordSet performance

Wednesday, May 18th, 2005

This article shows that the GetString method reall is faster than GetRows or iteration.

Excel output from ASP

Friday, April 29th, 2005

Send unformatted HTML with content type set to application/vnd.ms-excel Increase control over formatting and file properties using XML and CSS w/in HTML. Writng a CSV response Using the file system object to write a text file Office Web Components may be the “right” way, but they require a license of Office 2000 to be installed [...]