Easy way to Export dataset in Excel(technoblogy.net)
submitted by
nauman1278(530) 2 years, 8 months ago
Fastest way to export dataset in excel format is: DataSet dsExport = new DataSet(); System.IO.StringWriter tw = new System.IO.StringWriter(); HTMLTextWriter hw = new HTMLTextWriter(tw); DataGrid dg = new DataGri
|category: ASP.NET
|Views: 150
tags:
ASP.NET another
Everyones tags:
Your Tags: