Beispiel #1
0
        private void BindGrid()
        {
            List <CPT_AccountMaster> lstAccount = new List <CPT_AccountMaster>();
            AccountMasterBL          clsAccount = new AccountMasterBL();

            lstAccount = clsAccount.getAccount();

            gvAccount.DataSource = lstAccount;
            gvAccount.DataBind();
        }