Hello, I have an imagebutton on my aspx page that allows users to download files through the browser. The download works fine, but after it completes, all the javascript on my aspx page is dead. How do I remedy this?
my button click event looks something like this; response.Addheader("Content-Type","text/plain") Response.addheader("Content-Disposition","attachment; filename=myfile.csv" ) Response.write("dynamically gen my file here.. ") Response.end() thanks _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.