vb.net get current url with query string 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;