Exemplo n.º 1
0
 private void InitArticlesTable()
 {
     _articlesTable = new APOChooseArticlesTable
     {
         ID            = "articlesTable",
         ClientIDMode  = System.Web.UI.ClientIDMode.Static,
         SelectionMode = this.SelectionMode
     };
     _pnlPopup.Controls.Add(_articlesTable);
 }
Exemplo n.º 2
0
 private void Show()
 {
     APOChooseArticlesTable.ClearSession();
     ToggleViewTable(true);
 }