Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Passing The text of a multi selection box


Message #1 by oneil_brown@h... on Wed, 23 Jan 2002 14:37:31
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

  Return to Index