I have a DropDownList object in my web page. When I click on it and select a different value, nothing happens, even though I have a function wired up to the SelectedIn
SelectedIn
try setting AutoPostBack="True" on the DropDownList.
AutoPostBack="True"