Exemplo n.º 1
0
        private void fillCityAreaLocationDetailForm(string CityAreaLocation_Id)
        {
            var result = _objMasterData.GetMasterCityAreaLocationDetail(CityAreaLocation_Id);

            frmCityAreaLocation.ChangeMode(FormViewMode.Edit);
            frmCityAreaLocation.DataSource = result;
            frmCityAreaLocation.DataBind();
        }