Forum: ASP Aug 9th, 2005 |
| Replies: 2 Views: 44,636 I've figured it out and just in case someone else is forced to use ASP to process XML...
The code above WORKS on an XML document on the server, but if you are like me and you're trying to read XML... |
Forum: ASP Aug 8th, 2005 |
| Replies: 2 Views: 44,636 Hey guys,
I'm having a "great" pleasure of parsing XML in my ASP page, except I can't seem to figure it out what I'm doing wrong. I have tried a bunch of stuff and can't seem to read a simple xml... |
Forum: ASP Jul 26th, 2005 |
| Replies: 1 Views: 3,644 This post needs to be in the JavaScript forum... But to give you a heads up it has to do with the way your mouseOver and MouseOut methods are done...
<!-- your code -->
<a... |
Forum: ASP Jul 26th, 2005 |
| Replies: 1 Views: 4,056 One of the easiest ways of exporting and importing databases is to create a flat file, also known as a CSV. This is basically a database dump formatted as a delimited text file which then can be... |
Forum: ASP Jul 26th, 2005 |
| Replies: 1 Views: 9,927 For starters you need troubleshoot your variables...
When my sql is not working properly I like to write it out to screen before it executes to see what are the actual values being passed.
... |