Hardcoding Page Names
Written by Eric Smith, Northstar Computer Systems LLC
If you're building a multi-page ASP application, you're often going to need to transfer the flow from one page to another. A handy thing I do is define all the page filenames as constants and then only use the constants in the code. This lets me keep track of filenames, which often change, and lets me make a single change if I need to modify the filename for some reason.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 2/1/2000
|