Hi,
I am trying to get the page that the user visits.
I am using Request.ServerV ariables("SCRIP T_NAME") in the Global.asax file.
Right now I have it on the Application_Pre RequestHandlerE xecute 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.ServerV ariables("SCRIP T_NAME") in the Global.asax file.
Right now I have it on the Application_Pre RequestHandlerE xecute 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
Comment