Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.Fill_Dropdown(ddlreasonforreject, "tbl_lkp_data", "[Values] disp", "Lkp_data_ID", " Lkp_tbl_ID=28", "Select Reason");
         Utilities_Licensing.Bind_LicenseTypes(ddl_Lictype);
         ddl_Lictype.Items.Insert(0, new ListItem("Select License Type", "-1"));
     }
 }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.Bind_LicenseTypes(ddlrenewaltype);
         ddlrenewaltype.Items.Insert(0, new ListItem("Select License Type", "-1"));
         Utilities_Licensing.BindDropdown(ddlrenewalstatus, 60);
         Utilities_Licensing.BindPrintpages(ddl_Printpages);
         hfdurl.Value = System.Configuration.ConfigurationManager.AppSettings["onlinetechnicianrenewal"].ToString();
     }
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         Utilities_Licensing.Fill_Dropdown(ddlreasonforreject, "tbl_lkp_data", "[Values] disp", "Lkp_data_ID", " Lkp_tbl_ID=28", "Select Reason");
     }
     Utilities_Licensing.Bind_LicenseTypes(ddl_Lictype);
     ddl_Lictype.Items.Insert(0, new ListItem("Select License Type", "-1"));
     Utilities_Licensing.Bind_login(ddlperres, "ALL");
     //Utilities_Licensing.Fill_Dropdown(ddlappstate, "tbl_LKP_State", "StateName", "StateId", "", "Select State");
     // Utilities_Licensing.Fill_Dropdown(ddlLicenseType, "tbl_License_Type", "Description", "Lic_type_id", "", "Select License Type");
     // Utilities_Licensing.Fill_Dropdown(ddlcountry, "tbl_LKP_County", "County", "County_Code", "", "Select Country");
 }
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         ddlcert.Items.Add(new ListItem("Select", "-1"));
         ddlcert.Items.Add(new ListItem("Consultant", "p12"));
         ddlcert.Items.Add(new ListItem("Nuclear Pharmacist", "p13"));
         ddlcert.Items.Add(new ListItem("Nuclear Pharmacy", "p14"));
         ddlcert.Items.Add(new ListItem("Parenteral Facility", "p15"));
         ddlcert.Items.Add(new ListItem("Parenteral Pharmacist", "p16"));
         ddlcert.Items.Add(new ListItem("Preceptor", "p17"));
         Utilities_Licensing.Bind_LicenseTypes(ddllictype);
         ddllictype.Items.Insert(0, new ListItem("Select License Type", "-1"));
         ddltypehide.DataSource     = Utilities_Licensing.Getprintid();
         ddltypehide.DataTextField  = "Print_ID";
         ddltypehide.DataValueField = "LicenseType_ID";
         ddltypehide.DataBind();
     }
 }