I am trying to loop through a query string and pull out certain values as in:
?ProductID=1234&ProductID=4321&Quantity=1
For each va
For read Value of get Parameter use Request.QueryString.Item("param")
Value
get Parameter
Request.QueryString.Item("param")