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,
 
Back
Top