private void PopulateGridView() { Submissions.DataSource = Entries; Submissions.DataBind(); //Take the data and fill up the GridView's content }