Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!-- // OrtizOL - xCSw - http://ortizol.blogspot.com -->
  2.  
  3. <%@ Page Language="C#"%>
  4.  
  5. <!DOCTYPE html>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head runat="server">
  9.     <title>ControlesServidor.aspx</title>
  10. </head>
  11. <body>
  12.     <form id="form1" runat="server">
  13.     <div>
  14.    
  15.         <asp:Label ID="lblTime" runat="server" Text="Label"></asp:Label>
  16.    
  17.     </div>
  18.     </form>
  19. </body>
  20. </html>