Is the input tag the only way to get info from a user on a web form? I'm trying to get info from a user on a web form using a drop down box, but I can't seems to do anything with the info they select. When the user submits the form I would like to be able to store the information into a C# variable. I keep getting compile errors saying "CS0103: The name 'comments' does not exist in the current context" where comments is the name of the drop down list. Any thoughts?