Posted on: 4/1/2011 11:24:23 AM | Views : 936

Hello,
 
I'm using Server.Transfer to transfer users from one page to another.
I call the method inside the Page_Load method, if a certian criteria exists.
However, the resulting user experience is that the original page is displayed (very briefly) and than reloaded as the correct page (the one I transferred to).
I'm looking for a way to avoid this. 
Thanks!
...

Go to the complete details ...