diff --git a/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs b/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs index 748ef70..aed04cb 100644 --- a/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs +++ b/Swift.web/Remit/TPSetup/BankAndBranchSetup/AddBranch.aspx.cs @@ -166,7 +166,7 @@ namespace Swift.web.Remit.TPSetup.BankAndBranchSetup { countryDDL.SelectedValue = "DefaultPartner"; } - partnerDDL.SelectedItem.Text = dr[""].ToString(); + //partnerDDL.SelectedItem.Text = dr[""].ToString(); bankDDL.DataTextFormatString = "BANK_NAME"; // Replace with the actual field name bankDDL.DataValueField = "BANK_ID"; // Replace with the actual field name bankDDL.DataBind();