Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.Bind_LicenseTypes_individual(ddl_applictype);
     }
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.Bind_LicenseTypes_individual(ddl_lictype);
         Utilities_Licensing.BindDropdown(ddl_licstatus, 14);
         Utilities_Licensing.BindDropdown(ddl_county, 10);
         Utilities_Licensing.BindDropdown(ddl_state, 9);
     }
 }
Example #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.BindDropdown(ddl_county, 10);
         Utilities_Licensing.BindDropdown(ddl_state, 9);
         Utilities_Licensing.BindDropdown(ddl_suffix, 12);
         Utilities_Licensing.BindDropdown(ddl_gender, 18);
         Utilities_Licensing.BindDropdown(ddl_mstatus, 19);
         Utilities_Licensing.Bind_LicenseTypes_individual(ddl_lictype);
         Utilities_Licensing.BindDropdown(ddl_licstatus, 14);
         Utilities_Licensing.Bind_LicenseTypes_individual(ddl_applictype);
         Utilities_Licensing.BindDropdown(ddlcounty, 10);
         Utilities_Licensing.BindDropdown(ddlstate, 9);
         Utilities_Licensing.BindDropdown(ddlethincity, 62);
     }
 }
 private void BindDropdowns()
 {
     Utilities_Licensing.Bind_LicenseTypes_individual(ddl_lictype);
     Utilities_Licensing.BindDropdown(ddl_licstatus, 14);
     Utilities_Licensing.BindDropdown(ddlcounty, 10);
     Utilities_Licensing.BindDropdown(ddlstate, 9);
     Utilities_Licensing.Bind_LicenseTypes_Business(ddllictype);
     Utilities_Licensing.BindDropdown(ddllicstatus, 14);
     Utilities_Licensing.BindDropdown(ddl_county, 10);
     Utilities_Licensing.BindDropdown(ddl_state, 9);
     Utilities_Licensing.BindDropdown(ddlpersonstate, 9);
     Utilities_Licensing.BindDropdown(ddlpersoncounty, 10);
     Utilities_Licensing.BindDropdown(ddlpersonsuffix, 12);
     Utilities_Licensing.BindDropdown(ddlpersongender, 18);
     Utilities_Licensing.BindDropdown(ddlpersonmstatus, 19);
     Utilities_Licensing.BindDropdown(ddlbusinesscounty, 10);
     Utilities_Licensing.BindDropdown(ddlbusinessstate, 9);
     Utilities_Licensing.BindDropdown(ddlbusinesstype, 56);
     Utilities_Licensing.BindDropdown(ddlethincity, 62);
 }