Change visibility of control after download
-
Hi, I have a simple application which generates Excel reports. I use Response.BinaryWrite() to write whatever excel content i have to the client (client is prompted to save). I need to change some status message on my webpage after the excel generation process. However, this cannot be done since Response.Binary just flushes the excel file to the client and that's it.. Can someone plz suggest a way i could get the status changed prior the excel generation process plz? Thank you
Carpe diem, Krg
-
Hi, I have a simple application which generates Excel reports. I use Response.BinaryWrite() to write whatever excel content i have to the client (client is prompted to save). I need to change some status message on my webpage after the excel generation process. However, this cannot be done since Response.Binary just flushes the excel file to the client and that's it.. Can someone plz suggest a way i could get the status changed prior the excel generation process plz? Thank you
Carpe diem, Krg
try write some client-side script in response to clientclick event
SkyWalker