Hello everyone,
I need your help.....I am new to SharpZipLib...
I am doing a school project using VB.NET....
In one of my page, I have a datagrid that shows items ready for download and 1 button (btnDownload)
Now, user have the option to check or uncheck radiobuttons or even select all.....so when user clicks the download button (btnDownload)...all the checked items in the grid should be placed in a zip file and be downloaded in a zipfile....
As of now, i was able to download file one at a time...but I would like to download all the items in one zip file...
Does anyone have an idea on how to code this one?