|
To Redirect or not
The query string has a period which tells whether the user wants all data, quarterly data or just a single year. I was thinking of using a case statement and seeing what they asked for then redirecting to the specific asp to handle each case. The way I have to accumulate data I have to have a case in every function or sub to see what period the user wants. So I could make my life easier by just having a single asp for quarter, one for year and one for all.
But Response.redirect doesn't look like the right method. Am I wrong?
__________________
Scott Stewart
Always happy to learn from pros.
|