Posted on: 5/26/2015 7:36:32 AM | Views : 594

Hi expert, i have designed web form by using of stored procedure, i have salary column in decimal when i enter some values it working fine but in null condition getting error. input string was not in correct form. below is my code. plz help me out. thank you.

Line 62: obbll._conveyance=Convert.ToDecimal(txtconveyance.Text);//input string was not in correct form Line 63: obbll._ctcperyear=Convert.ToDecimal(txtctcperannum.Text);

Go to the complete details ...