I have the above error in production server
Line 107:
Line 108: txtPaidDate = DateTime.Parse(textboxPaidDate.Text, New System.Globalization.CultureInfo("en-US").DateTimeFormat)
Line 109: txtPaidAmt = textboxPaidAmt.Text
Line 110: txtInvoiceNo = textboxInvoiceNo.Text
but locally, it is okay. What should I do to fix it?
Go to the complete details ...