protected void Timer1_Tick(object sender, EventArgs e) { DataTable table = d.GetDonationTotals(); GridView1.DataSource = table; GridView1.DataBind(); }