Greetings All, I want to collect a quesrystring parameter (HTTP GET variable) in the global.ascx file (either in application start or session start) Is this possible? I.E. in GLOBAL.ascx under the APPLICATION_START event, put a piece of code that collects the parameter using
request.params("paramtername")?