topical media & game development

talk show tell print

professional-xml-19-Listing-19-9.txt / txt



  using System;
  using System.Data;
  using System.Configuration;
  using System.Collections;
  using System.Web;
  using System.Web.Security;
  using System.Web.UI;
  using System.Web.UI.WebControls;
  using System.Web.UI.WebControls.WebParts;
  using System.Web.UI.HtmlControls;
  
  public partial class _Default : System.Web.UI.Page
  {
      protected void Button1_Click(object sender, EventArgs e)
      {
          Wrox.Customers ws = new Wrox.Customers();
          GridView1.DataSource = ws.GetCustomers();
          GridView1.DataBind();
      }
  }
  


(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.