博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ajax使用updatepanel控件激活其他控件的方法
阅读量:5308 次
发布时间:2019-06-14

本文共 433 字,大约阅读时间需要 1 分钟。

  <asp:UpdatePanel ID="UpdatePanel1" runat="server">

            <Triggers>
                <asp:PostBackTrigger ControlID="btnNew" />
                <asp:PostBackTrigger ControlID="btnDelete" />
                <asp:PostBackTrigger ControlID="BtnOK" />
                <asp:PostBackTrigger ControlID="BtnNO" />
            </Triggers>
            <ContentTemplate>

...............................................................................................

转载于:https://www.cnblogs.com/huangxuening/archive/2012/10/09/2716456.html

你可能感兴趣的文章