Advertisement
LYSoft

Untitled

May 9th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <asp:Panel runat="server" id="ErrorBackground" visible="false"> </asp:Panel>
  2. <asp:Panel runat="server" id="ErrorModal" visible="false">
  3.     <asp:Label runat="server" ID="lblErrorAction" CssClass="lblerrortitle"></asp:Label>
  4.     <asp:Label runat="server" ID="lblErrorMessage"></asp:Label>
  5.     <asp:Button runat="server" ID="btnErrorAction" CssClass="button" Text="Retry" OnClick="btnErrorAction_Click" />
  6. </asp:Panel>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement