protected void cboSubContractor_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e) { int subbyIdentityId = int.Parse(cboSubContractor.SelectedValue); Facade.IOrganisation facOrg = new Facade.Organisation(); rntSubContractRate.Culture = new CultureInfo(facOrg.GetCultureForOrganisation(subbyIdentityId)); //Check for missing documents if (Globals.Configuration.AlertForMissingClientDocuments) { AlertForMissingSubbyDocuments(subbyIdentityId); } }