private void GridBind() { DAL = new DataAccessLayer(); DataTable dtbl = DAL.GetAllDonations(); grdViewDonation.DataSource = dtbl; grdViewDonation.DataBind(); }