Related resources for Passing values from one page to another page
  • Server.Transfer : Passing Values from One Page to Another Page5/20/2012 2:32:47 AM. Some times, we want to pass values from one page to another page. There are many ways by which we can do this like: by using query string, or session variable, or Server.Transer etc. This article shows you, how to pass values from one page to another page by using Server.Transfer method.