S
Steve
Hi,
I am trying to get the page that the user visits.
I am using Request.ServerVariables("SCRIPT_NAME") in the Global.asax file.
Right now I have it on the Application_PreRequestHandlerExecute event but
have also tried Begin and End Request with the same results.
Is there anyway (or better method) to get just the page and not every pic or
folder associated with the page?
Thanks
I am trying to get the page that the user visits.
I am using Request.ServerVariables("SCRIPT_NAME") in the Global.asax file.
Right now I have it on the Application_PreRequestHandlerExecute event but
have also tried Begin and End Request with the same results.
Is there anyway (or better method) to get just the page and not every pic or
folder associated with the page?
Thanks