devxlogo

Tip Bank

How to Pop Up Message Boxes with ASP Code

It’s helpful during debugging to be able to print out values as the page is executing. Although this is generally done using Response.Write statements, it can also be done with

Using XML Documents as a Database

Question: Would it be practical to use an XML document, or more accurately documents, as a database, and if so, how would you recommend doing this? I would use XML,