protected void dgCompetingTeams_DeleteCommand(object source, DataGridCommandEventArgs e) { HiddenField phdnTeamID = (HiddenField)e.Item.FindControl("hdnTeamID"); DALPortal.DeleteEventGameTeam(hdnGameID.Value.ToInt(), phdnTeamID.Value.ToInt()); this.LoadCompetingTeams(); }