Introduction:
Here
I will explain how to create zip files in asp.net using C#, VB.NET. To create zip
archive files in asp.net using C#, VB.NET we have one library
called DotNetZip library by this we can
easily create zip files.
Description:
In
previous articles I explained Delete
files from uploaded folder in asp.net, create/delete
directory in asp.net,
display
rows as columns in asp.net, Asp.net
Interview questions,
Joins
in SQL Server
and many articles relating to Gridview, SQL ,jQuery,asp.net, C#,VB.NET. Now I will explain how
to create zip files in asp.net using C# and VB.NET.
To
implement this first we need to get Ionic.Zip.dll from DotnetZIP
Library for that check this link Ionic.Zip.dll or you can get it
from attached downloadable code. Now you need to add that dll to your
application bin folder for that
check below steps