Drop Down List resets
问题 My drop down list resets to default when I try to select a item, and it also doesn't trigger's code behind method when I put a line break and try to debug it: Here's markup, <script type="text/javascript"> function bringPOPup() { $.blockUI({message: $('#anotherUP'), css: { width: '600px' } }); } </script> <div id="anotherUP" style="display: none; cursor: default"> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false"> <ContentTemplate> <asp