I need publish the values of this table on gridview using asp net and c#
Would it be possible to provide a single download button in the gridview and download a single zip file that joins the individual four files of row number one of the table?
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
27 Points
40 Posts
Downloading Multiple Files as a Zip File Using GridView
Feb 11, 2021 10:06 PM|Edward Sheriff Curtis|LINK
Hello there,
This is my table on MySQL database.
I need publish the values of this table on gridview using asp net and c#
Would it be possible to provide a single download button in the gridview and download a single zip file that joins the individual four files of row number one of the table?
Thanks in advance for any help.
Contributor
3730 Points
1431 Posts
Re: Downloading Multiple Files as a Zip File Using GridView
Feb 12, 2021 06:56 AM|yij sun|LINK
Hi Edward Sheriff Curtis,
As far as I think,you could install SharpZipLib . More details,you could refer to below this:
Code-behind:
More details,you could refer to below article:
https://www.c-sharpcorner.com/UploadFile/66489a/download-multiple-file-through-grid-view-in-a-single-zipped/
Best regards,
Yijing Sun