R
Robin
When using server.transfer generates the following error.
Thread was being aborted
Mscorlib
I have added
Catch threadEx As System.Threading.ThreadAbortException
' do nothing
To the code but still the error is produced, the page is not transferred to
the other page but the same page. It then rolls back the database changes.
What is required to get the server.transfer to work in a try catch
statement?
Thread was being aborted
Mscorlib
I have added
Catch threadEx As System.Threading.ThreadAbortException
' do nothing
To the code but still the error is produced, the page is not transferred to
the other page but the same page. It then rolls back the database changes.
What is required to get the server.transfer to work in a try catch
statement?