예제 #1
0
 private void PopulateDDLs()
 {
     WACGlobal_Methods.PopulateControl_DatabaseLists_Prefix_DDL(fvParticipantCreate, "ddlPrefix", null);
     WACGlobal_Methods.PopulateControl_DatabaseLists_Suffix_DDL(fvParticipantCreate.FindControl("ddlSuffix") as DropDownList, null, true);
     //PopulateDDLOrganization();
     WACGlobal_Methods.PopulateControl_DatabaseLists_AddressType_DDL(fvParticipantCreate.FindControl("ddlAddressType") as DropDownList, null, true);
     WACGlobal_Methods.PopulateControl_DatabaseLists_USPS_Abbr_DDL(fvParticipantCreate, "ddlUSPSAbbr", null, true);
     WACGlobal_Methods.PopulateControl_DatabaseLists_CommunicationType_DDL(fvParticipantCreate, "ddlCommunicationType", null);
     WACGlobal_Methods.PopulateControl_DatabaseLists_CommunicationUsage_DDL(fvParticipantCreate, "ddlCommunicationUsage", null, null);
     WACGlobal_Methods.PopulateControl_DatabaseLists_ParticipantType_DDL(fvParticipantCreate.FindControl("ddlParticipantType") as DropDownList, null, true);
     WACGlobal_Methods.PopulateControl_DatabaseLists_RegionWAC_DDL(fvParticipantCreate, "ddlWACRegion", null);
 }