Adding Debugging Statements
Written by Eric Smith, Northstar Computer Systems LLC
If you're building an ASP application, it's often the case that you have to use statements to dump out values at various points during the run of the page. Unfortunately, printing out values in random places tends to cause HTML structures (especially tables) to not format correctly. A handy tip is to print your debug values out as comments within the HTML. The output format of the page won't be corrupted, but you'll still be able to see the information you need in the source code for the page.
Keywords: [
ASP Debugging
|
Uncategorized ASP Tips
]
Publication Date: 7/13/2000, Last Update: 2/12/2010
|