|
In VB6, You have an option to Output your recordset to Excel..( Cells(1,1).CopyFromRecordset)
Is there any Such Option in C# Or For that Matter in DotNet 2.0 to perform the same task for DataTable or WinForm DatagridView????.. (ie Transfer contents to Excel...)
[ I know that its possible for Web Datagridview by (Using RenderHTML) ]
|