private void FillEnquiry() { dt = new DataTable(); DGvTrans.DataSource = LeadDL.ShowLeadName(); DGvTrans.ForceInitialize(); DGvTransView.PopulateColumns(); DGvTransView.Columns["LeadId"].Visible = false; DGvTransView.Columns["CostCentreId"].Visible = false; }
private void FillData() { if (TableName == "Income") { dt_Income = LeadDL.GetIncome(); DGVTrans.DataSource = dt_Income; gridView1.Columns["Id"].Visible = false; } if (TableName == "ApartmentSize") { dt_ApaSize = LeadDL.GetApartmentsize(); DGVTrans.DataSource = dt_ApaSize; gridView1.Columns["Id"].Visible = false; } if (TableName == "CostPreference") { dt_CostPre = LeadDL.GetCostPreference(); DGVTrans.DataSource = dt_CostPre; gridView1.Columns["Id"].Visible = false; } }
internal static void InsertLeadCheckList(string[] argFields) { LeadDL.InsertLeadCheckList(argFields); }
public static DataTable GetSource() { return(LeadDL.GetSource()); }
public static DataTable ShowOffAddInfo(LeadBO e_leadbo) { return(LeadDL.ShowOffAddInfo(e_leadbo)); }
public static DataTable GetFacilityMaster() { return(LeadDL.GetFacilityMaster()); }
public static DataTable GetProject() { return(LeadDL.GetProject()); }
internal static void UpdateLeadCheckList(DataTable argdt) { LeadDL.UpdateLeadCheckList(argdt); }
public static DataTable GetApartmentType() { return(LeadDL.GetApartmentType()); }
internal static DataTable ShowLeadDate(string argFromDate, string argToDate, bool argOtherExec) { return(LeadDL.ShowLeadDate(argFromDate, argToDate, argOtherExec)); }
public static DataTable GetCompanyMailDetails() { return(LeadDL.GetCompanyMailDetails()); }
public static DataTable ShowNRIContDet(LeadBO e_leadbo) { return(LeadDL.ShowNRIContDet(e_leadbo)); }
public static DataTable ShowBankDet(LeadBO e_leadbo) { return(LeadDL.ShowBankDet(e_leadbo)); }
public static DataTable ShowLeadType(LeadBO e_leadbo) { return(LeadDL.ShowLeadType(e_leadbo)); }
public static DataTable ShowProjectInfo(LeadBO e_leadbo) { return(LeadDL.ShowProjectInfo(e_leadbo)); }
public static DataTable ShowPersonalInfo(LeadBO e_leadbo) { return(LeadDL.ShowPersonalInfo(e_leadbo)); }
internal static DataTable GetLeadCheckList() { return(LeadDL.GetLeadCheckList()); }
//NewForm public static DataTable GetReligion() { return(LeadDL.GetReligion()); }
public static DataTable GetCountry() { return(LeadDL.GetCountry()); }
internal static void InsertEmailSent(string argEmail, string argMobile, int argLeadId, string argSub) { LeadDL.InsertEmailSent(argEmail, argMobile, argLeadId, argSub); }
internal static DataTable PopulateCustomerFeedback() { return(LeadDL.PopulateCustomerFeedback()); }
internal static DataTable MobileNo_Found(string argMobileNo) { return(LeadDL.MobileNo_Found(argMobileNo)); }
public static DataTable GetCostPref() { return(LeadDL.GetCostPreference()); }
internal static bool Sold_LeadFound(int argLeadId) { return(LeadDL.Sold_LeadFound(argLeadId)); }
public static DataTable GetAreaMaster() { return(LeadDL.GetAreaMaster()); }
public static DataTable ShowFinance(LeadBO e_leadbo) { return(LeadDL.ShowFinance(e_leadbo)); }
public static DataTable GetNature() { return(LeadDL.GetNature()); }
internal static int GetBuyerEntryId(int argLeadId) { return(LeadDL.GetBuyerEntryId(argLeadId)); }
public static void DelPoss(int argLeadId, SqlConnection conn, SqlTransaction tran) { LeadDL.DelPoss(argLeadId, conn, tran); }
public static DataTable ShowRequirement(LeadBO e_leadbo) { return(LeadDL.ShowRequirement(e_leadbo)); }