Hi, This Raj.
I am getting this error while i'm running my application.
Can any one please help me out of this. Its very urgent....
Error : Input string was not in a correct format.Couldn't store <> in Ticket_Amount Column. Expected type is Int32.
Code :
DataHelper.LogSaveChange(dtHomeflight.DataRow, strChanges, "LeaveParentTransaction_No", LeaveParentTransactionNo, 40)
DataHelper.LogSaveChange(dtHomeflight.DataRow, strChanges, "Flight_From", txtFrom.Text, 40)
DataHelper.LogSaveChange(dtHomeflight.DataRow, strChanges, "Flight_To", txtTo.Text, 40)
DataHelper.LogSaveChange(dtHomeflight.DataRow, strChanges, "Ticket_Amount", txtAmount.Text, 5)
In database Ticket_Amount column data type is Integer.
Thanks...
Raj Mahadev.