How can I get the URL of the aspx page from code behing?
- by burak ozdogan
Hi,
How can I get the url of the active aspx page from the code behind so that I can assign it to a string variable?
Does it make a difference in what page-lifecycle stage I call this?
Thanks