Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 9, 2015 20:26
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 bjoerntx/a5d5c6a9b9f085311d2a to your computer and use it in GitHub Desktop.
Save bjoerntx/a5d5c6a9b9f085311d2a to your computer and use it in GitHub Desktop.
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="btnStore" runat="server"
Text="Store document locally" OnClick="btnStore_Click" />
<input onclick="restoreDocument()"
id="btnRecover" type="button" value="Restore" />
<asp:HiddenField ID="hiddenDocument" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment