Mango_Lier
Posts: 110
|
| Posted: 10/06/2006, 2:44 PM |
|
I am doing some processing in the AfterInitialize() page event. I need to save a state flag so I can check on it again in the BeforeOutput() page event. Where should I declare this flag. It would be nice if it can be contained with in the xxxx_events.asp file.
I tried declaring it at the top of the xxxx_events.asp file right after the first line i.e. "<%" I can set it in the AfterInitialize() event but it is not set when the BeforeOutput() is called, the debugger shows it as empty.
Thanks.
|
 |
 |
Me
|
| Posted: 10/06/2006, 5:18 PM |
|
Ignore, I overlooked the little ' before the code. 
I guess time to get new glasses
|
|
|
 |
|