In this example we use Dapper ORM to fetch the data from database and using the data we export into PDF using Gridview controls using System.Web.UI.WebControl namespace.
Export data into PDF in ASP.NET MVC
read more
In this example we use Dapper ORM to fetch the data from database and using the data we export into PDF using Gridview controls using System.Web.UI.WebControl namespace.
In this example we learn how to export the data into MS Excel in ASP.NET MVC without using any 3rd party libraries. Used Gridview controls that are in System.Web.UI.WebControl namespace.