Hello Everyone!
I have a datatable that contains rows of data.
In what index exactly this command:
adds a row into a datatable?Code:idt_DataTable.Rows.Add(lrw_NewRow)
Because I tried to access each and every row of the datatable after i issue this command but it seems that the newly added row is not in it. How is this possible?
Please help me.. Thank you so much.




Reply With Quote