find uri adress location asp.net code example
Example: c# get full URL of page
string absoluteurl = System.Web.HttpContext.Current.Request.Url.AbsoluteUri;
string absoluteurl = System.Web.HttpContext.Current.Request.Url.AbsoluteUri;