topical media & game development
mashup-amazon-13-13-01-Delegates-simpleAnonymousDelegate.aspx / aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="simpleAnonymousDelegate.aspx.cs"
Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Anonymous Delegate Example</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div class="siteHeading">
Anonymous Delegates #1</div>
<div class="mainTable">
This page implements a simple anonymous delegate.<br />
<asp:Button ID="cmdGo" runat="server" OnClick="cmdGo_Click" Text="Fire Delegate" /><br />
<asp:Label ID="lblResults" runat="server" Text="Results Go Here" Width="207px"></asp:Label>
<br />
<a href="Default.aspx"><--Back</a>
</div>
</form>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.