Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created July 13, 2015 20:38
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 Fhernd/011eb9fd44c0b80aff66 to your computer and use it in GitHub Desktop.
Save Fhernd/011eb9fd44c0b80aff66 to your computer and use it in GitHub Desktop.
Controles de servidor de ASP.NET.
<!-- // OrtizOL - xCSw - http://ortizol.blogspot.com -->
<%@ Page Language="C#"%>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ControlesServidor.aspx</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="lblTime" runat="server" Text="Label"></asp:Label>
</div>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment