Creating a Simple ASP.NET Report with Export to Excel

Posted on ASP alliance See other posts from ASP alliance
Published on Tue, 19 Apr 2011 00:00:00 GMT Indexed on 2011/06/20 16:25 UTC
Read the original article Hit count: 171

Filed under:
In this article you will learn how to create a simple ASP.NET report using Web Forms, C#, and a View Model class rather than drag and drop controls, resulting in very clean and understandable HTML. Then, you'll learn how to add Export to Excel functionality, allowing users to export the data in Excel format and save the file with a default filename of your choosing (as opposed to Report.aspx, for instance).

© ASP alliance or respective owner