Reading a query string

  • Thread starter Thread starter Lee
  • Start date Start date
Thank you. You'd think I'd have been able to find it somewhere on the MS
site in the last 2 days.
 
Request.QueryString("projectID")

You can also call "Request.QueryString.ToString" to read the entire querystring.

Tommy,
 

Ask a Question

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.

Ask a Question

Back
Top