Category - DotNetZip
06 Aug 2018 06 Aug 2018 1 Comments  57165 Views
Here Mudassar Ahmed Khan has explained with an example, how to download Compressed Zip File archive from Web API in ASP.Net MVC Razor.

This article will make use of DotNetZip library for compressing files and creating Zip file in ASP.Net MVC Razor.

Multiple selected files in Folder (Directory) will be added to a Zip File and will be sent for download.
03 Aug 2018 03 Aug 2018 0 Comments  12958 Views
Here Mudassar Ahmed Khan has explained with an example, how to compress and download multiple Files as Zip using DotNetZip in ASP.Net MVC Razor.

Multiple Files will be compressed and the ZIP file will be created using DotNetZip and will be saved in MemoryStream class object which will be finally sent for Download.
03 Aug 2018 03 Aug 2018 0 Comments  24704 Views
Here Mudassar Ahmed Khan has explained with an example, how to create a ZIP file in ASP.Net MVC Razor.

Multiple files will be compressed into a ZIP file Archive using the DotNetZip Library in ASP.Net MVC Razor.
10 Aug 2014 10 Aug 2014 1 Comments  30034 Views
Here Mudassar Ahmed Khan has explained how to dynamically create/generate Zip Files on the fly in ASP.Net using the DotNetZip Library, C# and VB.Net.
13 Oct 2013 13 Oct 2013 0 Comments  83243 Views
Here Mudassar Ahmed Khan has explained how to Upload, Unzip and Extract contents Zip Archive file in ASP.Net using C# and VB.Net.

In order to Unzip and Extract contents of Zip Archive file in ASP.Net I am making use of DotNetZip Library which is a free Open Source Library for .Net.

The files are extracted in a folder on server and then displayed in GridView.
19 Apr 2013 19 Apr 2013 1 Comments  41408 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to download multiple files from server on single button click through GridView by creating Zip Archive File using DotNetZip Library in ASP.Net using C# and VB.Net.
18 Jan 2013 29 Aug 2018 10 Comments  198782 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to download multiple files from server on single button click by creating Zip Archive File using DotNetZip Library in ASP.Net using C# and VB.Net.