In an asp.net web page, if an user clicks a link, I will post the page back and generate a file on the server side and popup the download window for the user to open/save the file. before posting back, I display a message such as 'generating file...'. my question is, is there any way to hide this message when the popup window shows up? the unload event seems not working...
thanks a lot.