<asp:DropDownList ID="ddl_3E05H" runat="server">
<asp:ListItem Value="0">關閉</asp:ListItem>
<asp:ListItem Selected="True" Value="1">開啟</asp:ListItem>
</asp:DropDownList>
//2018-01-09 cch,需要先將SelectedIndex = -1;才不會發生[HttpException (0x80004005): 不可以在 DropDownList 中選取多個項目。]
Google chrome css doesn't update unless clear cache
Open DevTools
Open Settings (bottom right or use F1 shortcut)
Check Disable cache (while DevTools is open)
https://developers.google.com/chrome-developer-tools/docs/settings#general