guys
I am generating xml file on button click. But i am getting above error. here is my code:
Dim txt As String = String.Empty
txt += "<STATE_GOVT_PAYMENTS>"
txt += "<DEBIT_ACCOUNT>" + "<DEBIT_REFERENCE=""" & msgid & """>" + "<STATE_GOVT_PAYMENTS>" + "<CREDIT_COUNT=""" & Bencount.ToString & """ >" + "<DEBIT_AMOUNT=""" & totamount.ToString & """>" + "<TRAN_DATE=""" & DateTime.Now().ToString("ddMMyyyy") & """ >" + "<IFSC_CODE_DEBIT=""" & ifsc & """ >" + "<EMAIL=""" & email & """ >" + "<DISTRI ...
Go to the complete details ...