Hi all, I've been trying to understand exactly how to insert a newly created
DataRow into a DataRowCollection at a specified row value without much luck.
At first I was just appending the collection with the Add method. That
worked fine, but not the InsertAt method. It always inserts the new row at
the end, just like Add did. Thanks for wathever help you can give.
Cheers,
Derrick
NM Fiber - 31 Oct 2004 22:05 GMT
See this might be of help to you..
http://www.dotnet247.com/247reference/msgs/15/78855.aspx
> Hi all, I've been trying to understand exactly how to insert a newly created
> DataRow into a DataRowCollection at a specified row value without much luck.
[quoted text clipped - 4 lines]
> Cheers,
> Derrick