Harsh Tyagi

Harsh Tyagi

  • NA
  • 1
  • 1.2k

Making a window based application Trainee Management system

Mar 5 2013 7:18 AM
When i run my program it doesn't show any error.
But when i work on it the first page works fine. But when i reach on second page it gives an error which is as follows.:

ds.RegstoredProcedure(F_Nametxtbx.Text, L_Nametxtbx.Text, Gendertxtbx.Text, Convert.ToDateTime(DOQtxtbx.Text), AddressrichTxtBx.Text, Email_IDtxtBx.Text, MobileNotxtBx.Text, Coursejoinedcmbx.Text, Convert.ToDateTime(DOJdateTimePicker.Text),Convert.ToInt32(durationlbl.Text), PasswordtxtBx.Text);

In this line the error occured which says that "Input string was not in a correct format".