H
Hermit Dave
well you dont need to have an array to iterate it.
you can get the count using DataTable.Rows.Count and you can iterate it to
populate your table.
but if you still want to array use DataTable.Select() to get the array of
type DataRow
you can get the count using DataTable.Rows.Count and you can iterate it to
populate your table.
but if you still want to array use DataTable.Select() to get the array of
type DataRow