Re: How to retrieve the text of a drop down list after a POST?
Posted by rlee0001 on 03/25/06 14:06
Let me make sure I understand the problem correctly.
Your table in your database looks like this?:
COL1 COL2
H Hello
G Good-Bye
And you are using Col1 (H or G) as a key into the table and you want to
know how to read the other columns from the table when the form is
submitted? Is that correct?