Re: getting values from URL such as http://groups.google.co.uk/groups?q=parameters+url+asp.net&start=10&hl=en&lr=&
- From: "Francisco Padron" <noreply@xxxxxxxxxxxxxx>
- Date: Sun, 8 May 2005 11:58:27 -0400
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.
>
.
- References:
- Prev by Date: Re: Special Characters in Query String
- Next by Date: Re: The ConnectionString property has not been initialized.
- Previous by thread: getting values from URL such as http://groups.google.co.uk/groups?q=parameters+url+asp.net&start=10&hl=en&lr=&
- Index(es):
Relevant Pages
|