コード例 #1
0
ファイル: Index.aspx.cs プロジェクト: thanyaammyy/thaitaesc
 public void JqgridMatchBinding(int leagueId)
 {
     JQGridMatches.DataSource = MatchHelper.MatcheShowing(leagueId);
     JQGridMatches.DataBind();
 }