Hi,
I have a ASP.Net Web App (c#). I have a web page here which displays a grid. The user can select one or more rows & click a button to export the report. For each selected row, a pdf report is generated. If more than one row is selected, then these pdf’s are bundled in a zip file using SharpZipLib and sent in response.
I have two types of buttons to export. I have the same code (with different report data) to create pdf & zip files here.
One button does everything fine. But in the other button click (with multiple rows selected), the zip file is not in right format. When I open the zip file, I receive the error. “Cannot open file: it does not appear to be a valid archive.”
Since I don’t know the problem, I would like to give it as a bug fixing project.
Anyone who fixes it, has chances to get further projects from me.
