S
slawekg
Hi!
I'm doing these steps:
-user do some fields filling and click a button
-procedure is fired, it returns some data, I change it to csv file
-I use Response.Write to send file to the user
What I would like to achieve is that AFTER user would get file, he would be
redirected to another page.
I tried it by all known to me ways and I searched the web and found it's not
possible to Response.Redirect after Response.Write [ all under one button ].
Does anybody has any solution to such situation?
with regards,
sg
I'm doing these steps:
-user do some fields filling and click a button
-procedure is fired, it returns some data, I change it to csv file
-I use Response.Write to send file to the user
What I would like to achieve is that AFTER user would get file, he would be
redirected to another page.
I tried it by all known to me ways and I searched the web and found it's not
possible to Response.Redirect after Response.Write [ all under one button ].
Does anybody has any solution to such situation?
with regards,
sg