On Mon, Oct 11, 2010 at 10:51 AM, Jeff Steinkamp (N7YG) <[email protected]> wrote: > I have a DatagridView that is populated from a SQL statement. The user has > the option of filtering that DataGridView even further. What I need to be > able to do is either cast the filtered results back to a DataTable, or > iterate over the filtered results and cast each row back to a DataRow so I > can feed that to a specialized export routine. > > Any idea how to accomplish this? -----------------------
You were so close. DataView : <http://davidhayden.com/blog/dave/archive/2006/02/11/2798.aspx> DataView to DataTable: <http://www.daniweb.com/code/snippet217027.html> -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell
