个位大虾,帮我看看:
为什么我用了 UpdatePanel 套住一个button ,
点击Button还总是页面刷新。
关键代码是这样:
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="btnupdate" runat="server" CssClass="inputbutton" Text="维护" onclick="btnupdate_Click" />
</ContentTemplate>
</asp:UpdatePanel>
还有我的是VS08,SCRIPTMANAGER已经放在页面上了
一只甜甜圈