摘要: 1、引入 命名空间:using System.Web.SessionState;2、实现IRequiresSessionState接口 public class AddUserInfo : IHttpHandler,IRequiresSessionState{} 阅读全文
posted @ 2012-07-16 15:29 he1595 阅读(118) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function() { $.ajax({ url : "/AjaxAction/LoginArea.ashx", data : {username:user,password:pwd}, type : "POST", //dataType:"json", beforeSend: function(XMLHttpRequest){alert("开始请求")}, //加载过程 success : function(data){alert(data);}, c... 阅读全文
posted @ 2012-07-16 15:01 he1595 阅读(752) 评论(0) 推荐(0) 编辑