SyntaxFix
Write A Post
Hire A Developer
Questions
Set DropDownList AutoPostBack property to true.
AutoPostBack
Eg:
<asp:DropDownList ID="logList" runat="server" AutoPostBack="True" onselectedindexchanged="itemSelected"> </asp:DropDownList>