Creating Word Documents with ASP

Using this code you can create a word document which you can then allow your users to download. All you need is to have Word installed on your web server, and to have a template file (whatever.dot) available to the application to open up. [Read More]
Tags: asp word

Submitting a message to MSMQ using VB

For this code to run you need to add a reference to the Microsoft Message Queue Object Library - this will only be available on your machine if you add the Message Queue Windows component (can be added via Start/Remove Programs). [Read More]
Tags: vb msmq

XPath Queries with ASP

This shows you how to execute XPath queries. The server you are using will need to have ADO 2.6 and Microsoft SQL Server 2000 installed. The query returns XML which can be manipulated using the MS DOM object. [Read More]
Tags: asp