To get the current Url without the query in VB.NET
[code lang=”vb”]Request.Url.AbsoluteUri.Split("?")(0)[/code]
This is my blog on technology related things and maybe some other stuff too…
To get the current Url without the query in VB.NET
[code lang=”vb”]Request.Url.AbsoluteUri.Split("?")(0)[/code]