pwinstanley
IS-IT--Management
I'm an passing a variable from one page another using the query string method. The variable passed is called playback. How can I incorporate this value in an SQL query. Eg. select * from products where series = <the value of playback>
I can easily display this value in the results page using Request.QueryString but I'm struggling to get the sql part to work.
any help is appreciated
Thanks
Paul
I can easily display this value in the results page using Request.QueryString but I'm struggling to get the sql part to work.
any help is appreciated
Thanks
Paul