I'm eveloping a web application (survey) that has a drop down list and a command button. Right now, the user has to make a selection from the list and then hit the command button to fire off the next event. I would like to get rid of the command button altogether. Is there a method for the drop down list that can take the place of the command button_click sub??

It does not seem to work for me to put my VB code in the _SelectedIndexChanged method of the drop down list.

Thanks
Geno