/* protected void Button2_Click1(object sender, EventArgs e)
         * {
         *
         * }*/

        protected void Button2_Click(object sender, EventArgs e)
        {
            string reqid = Request.QueryString["reqid"];

            bal       bl  = new bal();
            hrmanager cls = bl.rec(reqid);

            TextBox1.Text = cls.appl_id.ToString();
            //TextBox1.Text = "Hello";
            TextBox2.Text  = cls.job_desc;
            TextBox3.Text  = "";
            TextBox4.Text  = "";
            TextBox5.Text  = "";
            TextBox17.Text = cls.req_id.ToString();

            TextBox7.Text  = cls.appstatus;
            TextBox8.Text  = cls.manager_name;
            TextBox9.Text  = cls.project_name;
            TextBox10.Text = cls.period_month.ToString();
            TextBox11.Text = cls.noof_vacancies.ToString();
            TextBox12.Text = cls.skill;
            TextBox13.Text = cls.pgm_languages.ToString();
            TextBox14.Text = cls.exp_years.ToString();
            TextBox15.Text = cls.desg;
            TextBox16.Text = cls.dateapp.ToString();
        }
Ejemplo n.º 2
0
        protected void Button1_Click(object sender, EventArgs e)
        {
            string k = TextBox1.Text;

            Label1.Text = k;
            bal             bl  = new bal();
            List <candpool> ls1 = bl.getrec1(k);

            GridView1.DataSource = ls1;
            GridView1.DataBind();
        }
Ejemplo n.º 3
0
        protected void Button1_Click(object sender, EventArgs e)
        {
            bal b = new bal();

            b.candShortlister(cand_id);
        }