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 stuff and on occation other things too…
To get the current Url without the query in VB.NET
[code lang=”vb”]Request.Url.AbsoluteUri.Split("?")(0)[/code]