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