Click here to Skip to main content
15,886,799 members

Article Recommendation

Your Name:*
Your Email:*
Your friend's Email:*
The Message text:

Hi!,

This email was created by [MemberName] <[MemberEmail]> who thought you would be interested in the following Article:

"Export whole page to Excel with infragistics in ASP.NET C#"
Here is an alternative Excel C# code for Excel ASP.NET DataGrid that is bound to DataTable:DataTable people = (DataTable)Session["people"]; // Create Excel file.ExcelFile ef = new ExcelFile();ExcelWorksheet ws = ef.Worksheets.Add("DataSheet");ws.InsertDataTable(people, "A1", true);...

CodeProject also contains hundreds of articles, free source code samples and applications to help in your day to day programming. Why not give it a try!

 
Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.