Beispiel #1
0
        public void loadBuyers()
        {
            //this function will load the data into grid
            myDAL objDAL = new myDAL();

            Buyers.DataSource = objDAL.GetBuyersList_DAL();
            Buyers.DataBind();
        }