コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Proxy = new HRMRef.Service1Client();
     Bank  = new HRMRef.BankDetails();
     if (!IsPostBack)
     {
         BindCountry();
     }
     if (!IsPostBack)
     {
         BindCountry1();
     }
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Proxy  = new HRMRef.Service1Client();
     Employ = new HRMRef.Employee();
     //Random rdm = new Random();
     //TbEmpID.Text = rdm.Next(5401,5600).ToString();
     if (!IsPostBack)
     {
         BindCountry();
         BindCountry1();
         BindDesignation();
         BindDepartment();
         BindRole();
     }
 }
コード例 #3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            Proxy       = new EmpSea.EmpSeaClient();
            EmpSearch   = new EmpSea.EmployeeSearch();
            ProxyEmploy = new HRMRef.Service1Client();
            EmplyEdit   = new EmpSea.EmployeeEdit();
            //  Load();



            flag = Proxy.CheckEmpIDEdit(5418);
            if (flag == 1)
            {
                Load();
            }

            else
            {
                flag = 0;
                // Label57.Visible = false;
            }
        }