Ejemplo n.º 1
0
    protected void Timer1_Tick(object sender, EventArgs e)
    {
        DataTable table = d.GetDonationTotals();

        GridView1.DataSource = table;
        GridView1.DataBind();
    }