Looping through a request.querystring in VB.NET

后端 未结 6 2089
我寻月下人不归
我寻月下人不归 2020-12-18 08:53

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

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 09:36

    For read Value of get Parameter use Request.QueryString.Item("param")

提交回复
热议问题