Re: getting values from URL such as http://groups.google.co.uk/groups?q=parameters+url+asp.net&start=10&hl=en&lr=&

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



If you mean the parameters like q,start, etc, you can use:

string param = Request.QueryString[<param name>];

Using QueryString you can also loop through the params.

--
Francisco Padron
www.chartfx.com


"anonymous" <anon@xxxxxxxx> wrote in message
news:1115563377.13286.0@xxxxxxxxxxxxxxxxxxxx
> Hi, if I knew the terms to search on I would be able to do this.
>
> I have a page that gets loaded with stuff in the URL for my state. I don't
> know how to get the stuff in the URL. Could someone post a keyword to
> search or a link on the web. Thank you. Peter G.
>


.



Relevant Pages

  • Re: A/B registers in Forth
    ... process (locals): 0,296699 sec ... process (params): 0,297403 sec ... CREATE area1 size CELLS ALLOT ... LOOP; ...
    (comp.lang.forth)
  • RE: In-Out Parameters for functions
    ... "I don't follow, and I would like to, because I find OUT params ... Could you please elaborate on that a bit ... Maybe the most common example is the idiom: ... while Next loop ...
    (comp.lang.ada)
  • Re: how to create params({ .. }) ?
    ... If I'm not mistaken, you need to create an object (params), don't you? ... And supposing c2 and correct_answerc2 are arrays created somewhere in ... your code before loop, then: ...
    (comp.lang.javascript)
  • Re: browser back and events
    ... Your browser is just getting the old version from the cache. ... no params on the url it is assuming the page content won't be dynamic. ... doesn't contain a querystring, no Page_Load fires. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: how to create params({ .. }) ?
    ... If I'm not mistaken, you need to create an object (params), don't you? ... And supposing c2 and correct_answerc2 are arrays created somewhere in ... your code before loop, then: ...
    (comp.lang.javascript)