I basically have a web page, with a drop down combo, and a button. When I click on the button, want to get the selectedindex of the combo and let's say put that value in a textbox already on the page.

WHen I do this, I always get the value of 0 no matter which selection I choose from the drop down.