I am trying add data to my existing datatable using below invoke code.
Input_DT.Rows(RowIndex)(“Invoice no”)=Invoiceno
I am getting below error
RemoteException wrapping System.IndexOutOfRangeException: There is no row at position 389.
note:389 th row i want to add the data.
Please help me to solve this.