1、链接地址传送接收页面: string str = Request["param1"]2、Session共享发送页面:Session("param1") = "1111";接收页面 string str = Session("param1").ToString();3、Application共享发... Read More
posted @ 2014-10-11 14:24 liubo_1015 Views(85) Comments(0) Diggs(0)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using System.Web.UI.WebControls;... Read More
posted @ 2014-10-11 14:23 liubo_1015 Views(92) Comments(0) Diggs(0)