asp_databases thread: Passing The text of a multi selection box
Below is the code for my multi selection box. <option value="<%=rs(0)%>"><%=rs(4)%> (<%=rs(1)%>)</option> rs(0) is the id rs(4) is the text associated with the key I would like to have the text shown on the next page after a user has made there selection and hit thwe submit button. I can get the ID's to show but not the text. Please help. Thank you
|





