Skip to content

Instantly share code, notes, and snippets.

@yushiro
Created June 6, 2013 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yushiro/5720691 to your computer and use it in GitHub Desktop.
Save yushiro/5720691 to your computer and use it in GitHub Desktop.
asp.net UpdatePanel用法
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
代码
</ContentTemplate>
</asp:UpdatePanel>
这样就能快速使用UpdatePanel了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment