Hi ,
i got a download page , there 3 download option , Word , Zip , PDF .. and there is a folder in there so many .DOC file. I want when a user click ZIP option in page , ASP.NET zip this folder with doc files than it will be temp zip file , and then client will save it from server.When user's download is finished then tempZip file will delete itself... this is our scenario ?
How can i do this scenario with ASP.NET 2.0 C# .. ??
Note : I know how can i zip and unzip files and remove files from system with C# asp.net 2.0 .