|
emalahi
Average Member
  
USA
32 Posts |
Posted - 07/21/2010 : 5:23:39 PM
|
Hi guys,....
I need your help me little coding ASP/VB
I have in my SQL a table called Products (SQL) and in it I have a field called "ring_size" in that filed I am entering sizes separated by commas I.e. 4,6,7.5,8,9.5
the purpose of this is to create inside my form a menu for the shopper to select their desired size when adding to cart
it should looks like this
4 6 7.5 8 9.5 the value submitted is the same as the size that was selected so the Name is 4 and the value is 4
the query is rsProducts("ring_size")
ej
Mema |
|