I have a slect combo box that contains a list of fields. When you click on a field, the page reloads with a querystring variable that is equal to the value of the field in the select box. An sql statement then displays all the information for that particular field. My question is:

How do I keep the field that is selected as the text in the select box?

Any help?