Advertisement
Fhernd

ControlesServidor.aspx

Jul 13th, 2015
1,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement