Request.QueryString("projectID")
You can also call "Request.QueryString.ToString" to read the entire querystring.
Tommy,
[quoted text, click to view] "Lee" <latrotter@spamless.sympatico.ca> wrote in message news:<OEvMWtT6DHA.2496@TK2MSFTNGP09.phx.gbl>...
> Hi All,
>
> What is the code to read a query string from a URL?
>
> Ie I am sending http://localhost/project.aspx?projectID=123
>
> In VB how do I read the value of projectID in the page that is called? Code
> examples would be appericated.
>
> Thanks
>