Пример #1
0
 protected void Page_LoadComplete()
 {
     Games.DataSource = BLL_Helper.SearchStartingGameRoom(searchTerm);
     Games.DataBind();
 }