Exemplo n.º 1
0
        private void BindBranchManagersSelection()
        {
            try
            {
                DataTable dt = branchManager.GetBranchManagerSeletion();

                gridUserSelectionList.AutoGenerateColumns = false;
                gridUserSelectionList.DataSource          = dt;
                gridUserSelectionList.DataBind();
            }
            catch
            { }
        }