Discussion:
asp.net response.redirec function
(too old to reply)
Anton
2007-06-14 23:05:02 UTC
Permalink
Hello!
I have a user control that raises a search event which is handled in the
page the control is contained. The handler of the search event searches the
database for records, and if only one record is returned I want the page to
automatically redirect to another page passing the record found. The problem
is that this causes an unexplained exception and the thread is aborted. I
even have a catch block for that raiseevent call, but it still aborts the
thread. Is there anything I can do, except not call redirect?

Thanks

Anton
Bob Butler
2007-06-15 00:49:38 UTC
Permalink
Post by Anton
Hello!
Good bye!
--
You need to ask in a newsgroup with "dotnet" in the name. This group id for
VB 6.0 and earlier and does not include VB.Net or VB 200x.
Ken Halter
2007-06-15 14:34:10 UTC
Permalink
Post by Anton
thread. Is there anything I can do, except not call redirect?
You'll have to ask in a dotNet group. All groups on the ms server that start
with "microsoft.public.vb" support pre-dotNet versions of VB. All dotNet
groups contain the word "dotnet" in their names.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
Loading...