Tuesday, February 5, 2013

How to get Current Page URL in ASP.NET


Use the below code to get the URL of the current page.

string URL=Request.Url.AbsoluteUri;

No comments:
Write comments
Recommended Posts × +