Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <asp:Button ID="btnOK" runat="server"/>
  2. <asp:UpdatePanel ID="pnlMyPanel" runat="server">
  3. <ContentTemplate>
  4. <!-- Content to get updated -->
  5. </ContentTemplate>
  6. <Triggers>
  7. <asp:AsyncPostBackTrigger ControlID="btnOK" />
  8. </Triggers>
  9. </asp:UpdatePanel>
Add Comment
Please, Sign In to add comment