objCompanyRequi rement.Salary = Convert.ToInt32 (txtCRF_Salary. Text);
cannot implicitly convert type 'int' to 'string'
objCompanyRequi rement.Intervie wDate = Convert.ToDateT ime(txtCRF_Inte rviewDate.Text) ;
cannot implicitly convert type 'System.DateTim e' to 'string'
cannot implicitly convert type 'int' to 'string'
objCompanyRequi rement.Intervie wDate = Convert.ToDateT ime(txtCRF_Inte rviewDate.Text) ;
cannot implicitly convert type 'System.DateTim e' to 'string'
Comment