I use DotNetZip Library To Create Zip and Download File as a Zip File then, I want To Redirect or Refresh Same Page in Code behind, How Can O Do that(In Same PostBack)
ex:
zip.Save(Response.OutputStream);
Response.Redirect(url,false);
I want to Refresh Page After Downloading file,but It doesnt refresh if I use Response.Redirect
.