>There is a second, optional parameter to the Response.Redirect call. It
>is a boolean value that indicates whether or not to continue processing
>the current page. Set it to false, and you should not get the errors
>anymore.
Thanks for the reply. Shortly after posting (ain't that always the
way!!), I found
http://tinyurl.com/cj3qp where someone points out that
using Response.Redirect inside a try/catch blocks throws this exception.
I moved it outside the block and the problem went away.
I may change it back and try it with this second parameter though as the
code was neater before.
Thanks for the reply.
--
Alan Silver
(anything added below this line is nothing to do with me)