JB, Bertrand, 1. It finally worked! :-D 2. See the other new thread for answer. Still, who would know that *ASP.NET trick* ? JB, What we need is Redirect(string, bool) of below point 2. MSDN: 1. Redirects a client to a new URL and specifies the new URL. [C#]
public void Redirect(string); 2. Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate. [C#] public void Redirect(string, bool);
Where there is a will, there is a way.
and where there is a team, there is more than one way.
bleroy
All-Star
15617 Points
2302 Posts
Re: Can some explain?
Jul 30, 2003 11:47 PM|LINK
----
This posting is provided "AS IS" with no warranties, and confers no rights.
Phuoc
Participant
1150 Points
230 Posts
Re: Can some explain?
Jul 30, 2003 11:58 PM|LINK
and where there is a team, there is more than one way.
Phuoc
Participant
1150 Points
230 Posts
Re: Can some explain?
Jul 31, 2003 04:34 AM|LINK
and where there is a team, there is more than one way.
bleroy
All-Star
15617 Points
2302 Posts
Re: Can some explain?
Jul 31, 2003 07:54 PM|LINK
----
This posting is provided "AS IS" with no warranties, and confers no rights.
Phuoc
Participant
1150 Points
230 Posts
Re: Can some explain?
Aug 01, 2003 04:02 PM|LINK
and where there is a team, there is more than one way.