A user is sending me a data value in a web browser -see below for example. I would like to get this value and use it downstream. I try using string val = Request.QueryString[X_ACCOUNTID] but it did not work. Any idea on how I can retrieve the value in my ASP code behind?