06-16-2011, 09:44 AM
Hi Mala,
Your are using datatable in for loop and fetching data from it. Is your data in different rows and are you using DataTable.SetCurrentRow(parameter)?
If so, then use datatable.setcurrentRow(i) as first statement of your outer for loop.
Please let me know if this is not the case. Also please share the complete piece of code if possible.
Your are using datatable in for loop and fetching data from it. Is your data in different rows and are you using DataTable.SetCurrentRow(parameter)?
If so, then use datatable.setcurrentRow(i) as first statement of your outer for loop.
Please let me know if this is not the case. Also please share the complete piece of code if possible.