ccooper309155
07-02-2009, 05:45 PM
Using ASP VB.
I am trying to create session variable based on a URL with a dynamic item number.
<% Session("MyAdd")= "../products/product_detail_X.asp?ItemNumber=(rs_Stock.Fields.I tem("ItemNumber").Value)" %>
This doesn't work. I'm tired and can't think straight.
What's wrong?
Thanks.
I am trying to create session variable based on a URL with a dynamic item number.
<% Session("MyAdd")= "../products/product_detail_X.asp?ItemNumber=(rs_Stock.Fields.I tem("ItemNumber").Value)" %>
This doesn't work. I'm tired and can't think straight.
What's wrong?
Thanks.