Hi. I'm having trouble getting my ASP.NET page to work correctly. I would like to know if this is possible and if so, how do I do it.
When the user clicks a link, it should download a file (using either Response.TransmitFile or Response.BinaryWrite). It should also refresh the page or at least be able to redirect to another page, making it appear that the page has refreshed. Is this possible?
When the user clicks a link, it should download a file (using either Response.TransmitFile or Response.BinaryWrite). It should also refresh the page or at least be able to redirect to another page, making it appear that the page has refreshed. Is this possible?