In my ASP.NET application on a button click i am writing a .pdf content dynamically and the I am allowing to download for a User
Now to download i used Response.End() and need to refresh a download count on a page But due to Response.End it is not happening
Please suggest