Answers

Mar 02, 2007 - 06:49 AM
You ca use the SharpZipLib (http://www.icsharpcode.net/OpenSource...) library for zipping an unzipping files.
Since you're using ASP.Net 2 you can use the System.IO.Compression Namespace (http://msdn2.microsoft.com/en-us/libr...).
Since you're using ASP.Net 2 you can use the System.IO.Compression Namespace (http://msdn2.microsoft.com/en-us/libr...).

Mar 23, 2007 - 12:13 PM
thanks Gonzalo. that was also the library that I found and ended up using.
you get the points...
you get the points...
Add New Comment