会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
玉玉2012
博客园
首页
新随笔
联系
订阅
管理
2014年7月31日
System.Web.HttpContext.Current.Session为NULL值的问题?
摘要: “我在类库中调用System.Web.HttpContext.Current.Session, 他是null值,有没有办法取到这个值? 但是我在另一个类库中就可以取到; 两个类都是非page类, session里面肯定是非空的 ”,网上有人在问这个问题,我后来在编程的时候也碰到了。 我的情况是...
阅读全文
posted @ 2014-07-31 14:19 VitoQi
阅读(652)
评论(0)
推荐(0)
2012年2月29日
jQuery使用$.Ajax()方法调用WebService
摘要: WebSeivice中定义以下方法: /// <summary> /// 获取省级别区域名 /// </summary> /// <returns></returns> [WebMethod] public List<tb_Area> GetAreaBig() { List<tb_Area> listCars = AreaBll.GetAreaBigList(); return listCars; } /// <summary> /// 获取城市 /// </summary> /// <ret
阅读全文
posted @ 2012-02-29 13:56 VitoQi
阅读(181)
评论(0)
推荐(0)
公告