Skip to content

Commit

Permalink
https://pt.stackoverflow.com/q/91940/101
Browse files Browse the repository at this point in the history
  • Loading branch information
maniero committed Oct 21, 2019
1 parent 77c6bc3 commit 9161375
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CSharp/ASP.NET/IntToString.cs
@@ -0,0 +1,19 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Teste.WebForm2" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Clickount</title>
<link rel="stylesheet" href="bootstrap.css" />
</head>
<body>
<form runat="server">
<center>
<h1>Click counter</h1>
<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
<br />&nbsp;
<asp:Button ID="btn" runat="server" Text="Add" OnClick="btn_Click" CssClass="btn btn-primary"></asp:Button>
</form>
</body>
</html>

//https://pt.stackoverflow.com/q/91940/101

0 comments on commit 9161375

Please sign in to comment.