topical media & game development

talk show tell print

mashup-amazon-13-13-01-Delegates-anonymousDelegate.aspx / aspx



  <%@ Page Language="C#" AutoEventWireup="true" CodeFile="anonymousDelegate.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 #2</div>
          <div class="mainTable">
              This sample uses reflection to display the name of the 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">&lt;--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.