I
iHavAQuestion
I have a registration from in a aspx page.
I also have a textbox contol which takes the int value to be inserted in the
database.
this control is not mandatory.
When I click on the save button, the error is raised saying that the inout
string is not in a correct format.
LtcCaseReviewData.DcisIICaseNumINT= Convert.ToInt32(txtCaseNumber.Text);
Can any one give me the solution
I also have a textbox contol which takes the int value to be inserted in the
database.
this control is not mandatory.
When I click on the save button, the error is raised saying that the inout
string is not in a correct format.
LtcCaseReviewData.DcisIICaseNumINT= Convert.ToInt32(txtCaseNumber.Text);
Can any one give me the solution