Is it possible to have one function store a DataRow in an ArrayList and have another function in the same class add that DataRow to a DataTable using the index that the row is stored in, while having strict options turned on? I'm getting a convert error so what's the proper way to do this? How can I convert a System.Object to System.Data.DataRow?
