Y
Yuri
Hello, friends! I try to redirect to .pdf file and recieve
a
blank page instead
The code looks like this:
try
Response.Redirect("./Exported/" & Session("User_Id")
& "/" & FileName, False)
catch e as exception
end try
the error message is
"Thread was being aborted"
I tried to move it out of try catch but still the same
error
try
catch e as exeption
end try
Response.Redirect("./Exported/" & Session("User_Id") & "/"
& FileName, False)
Thank you for response!
a
blank page instead
The code looks like this:
try
Response.Redirect("./Exported/" & Session("User_Id")
& "/" & FileName, False)
catch e as exception
end try
the error message is
"Thread was being aborted"
I tried to move it out of try catch but still the same
error
try
catch e as exeption
end try
Response.Redirect("./Exported/" & Session("User_Id") & "/"
& FileName, False)
Thank you for response!