摘要:
下载网址:http://visualstudiogallery.msdn.microsoft.com/ad686131-47d4-4c13-ada2-5b1a9019fb6f 原文的使用说明: Installation Usually, the folder is placed in "C:\Use 阅读全文
摘要:
1.要在一般处理程序中获取其他页面的session值,需要引用名空间: using System.Web.SessionState; 2.然后继承一个接口:IRequiresSessionState,如图: 3.然后就可以获得session值了: HttpContext context = new HttpContext(); string s =context.Session["V... 阅读全文