humbleprogrammer
Programmer
Hi,
I have a list box of values that the user can choose multiple values from. When the form posts with the "Get" method to the query page the querystring displays the list box value for each selection like following:
AllReports.asp?Project_Auto_Entity=GMC+1-Ton+Truck&Project_Auto_Entity=Jeep+Grand+Cherokee
I am trying to use the Project_Auto_Entity values to query the database. Is there a way I can loop through this querystring, grab the 1st Project_Auto_Entity, query the DB and then grab the 2nd Project_Auto_Entity and query the DB? Any suggestion are greatly appreciated.
Thanks!
I have a list box of values that the user can choose multiple values from. When the form posts with the "Get" method to the query page the querystring displays the list box value for each selection like following:
AllReports.asp?Project_Auto_Entity=GMC+1-Ton+Truck&Project_Auto_Entity=Jeep+Grand+Cherokee
I am trying to use the Project_Auto_Entity values to query the database. Is there a way I can loop through this querystring, grab the 1st Project_Auto_Entity, query the DB and then grab the 2nd Project_Auto_Entity and query the DB? Any suggestion are greatly appreciated.
Thanks!