Skip to content

Instantly share code, notes, and snippets.

@boazcstrike
Created September 2, 2017 07:26
Show Gist options
  • Save boazcstrike/181bbf0a0662c8e863a72f5b08bfa88d to your computer and use it in GitHub Desktop.
Save boazcstrike/181bbf0a0662c8e863a72f5b08bfa88d to your computer and use it in GitHub Desktop.
This is a sample webform for my medium blog.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="miner_test.aspx.cs" Inherits="Eth4You.miner_test" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form runat="server">
<!-- this is where I declared ' temp ' and this will be really important for testing -->
<asp:Label ID="temp" runat="server">
</asp:Label>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment