V
VB Programmer
If I have a url like this: www.somesite.com/mypage.aspx?myvalue1=hello&myvalue2=goodbye, in VB.NET, how do I get the "mypage.aspx?myvalue1=hello&myvalue2=goodbye" portion?
Thanks!
Thanks!
Thanks for the example. I'm wondering if there's an out-of-the-box, simple
function to simply return the whole string, where the querystrings may be
unknown... Thanks...
What does Request.Url give you?
clintonG said:For the most part writing splits and looping through arrays may not be
needed anymore. The point being there are other useful methods that parse
filenames, extensions and paths we often don't know about. Some others [1]
relevant to this context for example.
<%= Clinton
[1] http://aspnet.4guysfromrolla.com/articles/052505-1.aspx
Juan T. Llibre said:They don't return what "VB Programmer" requested, Clinton.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.