I have an selection control on an form named "UserOptions". I want the user to select multiple options on it. I would like to iterate through the options that the user selected after the form is submitted. Do I need to write code to parse out the Request.Form("UserOptions"
results, or is there a better way.