母版页中有个 lable
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="lb" runat="server" Text=""> </asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
<asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server"> </asp:ScriptManagerProxy>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="bt1" runat="server" Text="点击" nClick="bt1_click"/>
</ContentTemplate>
</asp:UpdatePanel>