<asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
    
    </div>
        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
            <ContentTemplate>
                <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" Width="154px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
                </asp:DropDownList>
这个是前台的 !后台的你自己解决 !!
绝对不会刷新
                <asp:DropDownList ID="DropDownList2" runat="server" Width="152px">
                </asp:DropDownList>
            </ContentTemplate>
        </asp:UpdatePanel>

解决方案 »

  1.   

    我说的闪烁并不是说页面回送刷新了,选择任何一项之后安F5刷新是不会弹出重试那个提示框的,但是我发现dorpdownlist还是会有小的闪烁,而不像JS控制完全就看不到这种情况。yuan74521940(飞翔中的菜鸟) ( ) 信誉:100 
    是这么用的,这是肯定的。
      

  2.   

    如果页面就一两个DDL那可能看不到什么,如果有5,6个,那可以看到5,6个同时闪,很烦。