Hello Everyone!
I have a datatable that contains rows of data.
In what index exactly this command:
Code:
idt_DataTable.Rows.Add(lrw_NewRow)
adds a row into a datatable?

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.