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");
 }