passing values to another page
i have a problem with the following coding:
<a href="EditCart.asp?cartid=<% rs("cartid")%>&quantity=txtQuantity.Value">
in EditCart.asp page, i enable to retrieve the cartid value correctly however it is empty for the quantity value.
could you guys help me to solve the problem.
thanks
|