JamesHodson
Sep 21st, 2000, 09:03 AM
Hello All -
I need to pass two values from a list box. I want to pass
The ID AND the Value - or - pass the Value AND the actual selection itself.
<option id="<%=(RsType.Fields.Item("TypHeader").Value)%>" value="<%=(RsType.Fields.Item("TypID").Value)%>"><%=(RsType.Fields.Item("TypHeader").Value)%></option>
How can I do this?
Thanks!
James
I need to pass two values from a list box. I want to pass
The ID AND the Value - or - pass the Value AND the actual selection itself.
<option id="<%=(RsType.Fields.Item("TypHeader").Value)%>" value="<%=(RsType.Fields.Item("TypID").Value)%>"><%=(RsType.Fields.Item("TypHeader").Value)%></option>
How can I do this?
Thanks!
James