public void JqgridMatchBinding(int leagueId) { JQGridMatches.DataSource = MatchHelper.MatcheShowing(leagueId); JQGridMatches.DataBind(); }