Ejemplo n.º 1
0
        private void BindGameList()
        {
            GameCollection gameList = new GameCollection();

            gameList = GameDAL.GetCollection();

            rptGameList.DataSource = gameList;
            rptGameList.DataBind();
        }