Hi
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
How to export selected items to excel sheet in grid view and save that excel sheet in folder :)
Hello, Its pretty simple. You just need to store the selected items in a list, then export that list to excel. Refer following link: http://www.aspdotnet-suresh.com/2011/12/export-selected-gridview-rows-to-excel.html[^] To store excel into a folder: http://stackoverflow.com/questions/10411520/export-grid-view-to-excel-and-save-excel-file-to-folder[^]
Thanks & Regards, Vani Kulkarni
-
How to export selected items to excel sheet in grid view and save that excel sheet in folder :)