Server.Transfer vs Response.Redirect

By using Server.Transfer,we can navigate to any page with in the application.

and in Response.Redirect, we can navigate to any page, which is not in the application. 

 

Next Recommended Reading Int32.Parse() vs Convert.ToInt()