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
Add property ViewStateMode="Enabled" and EnableViewState="true" And AutoPostBack="true" in drop DropDownList
ViewStateMode="Enabled"
EnableViewState="true"
AutoPostBack="true"