A
Alfredo
Hi,
I have question, i debug this code:
try
'Some operations
catch
Response.Redirect("Page 1")
finally
Response.Redirect("Page 2")
end try
I am getting an error but always Page 2 is loaded. Why?
Thanks,
Alfredo Barrientos
I have question, i debug this code:
try
'Some operations
catch
Response.Redirect("Page 1")
finally
Response.Redirect("Page 2")
end try
I am getting an error but always Page 2 is loaded. Why?
Thanks,
Alfredo Barrientos