ASP.NET两个页面之间传递值的几种方式

 
  (1)querystring  
  (2)session  
  (3)cookie  
  (4)server.transfer  
  (5)hidden   control/view   state  
  (6)static   member.  
  (7)cache  
  (8)application  
  (9)database  
  (10)xml   or   other   files  
  xmlhttp   or   hidden   iframe/frame

你可能感兴趣的:(asp.net)