09 2012 档案
摘要:要在ashx中使用session需要实现IRequiresSessionState或者IReadOnlySessionState方法 public class LoginOutHandler : IHttpHandler, IReadOnlySessionState,IRequiresSessionState {}
阅读全文
摘要:if ($npwd.validate) { return true; } if ($cpwd.validate) { return true; }if ($('#ChangePwd').form('validate')) { return true;}
阅读全文
摘要:$(‘$stdate’).datebox({formatter: function(date){ return date.getFullYear()+’-'+(date.getMonth()+1)+’-'+date.getDate(); }});datebox设置默认值$("#stdate").datebox('setValue', '2012-01-01');easyui加载时渲染$(function() {}easyui获取和设置控件值$('#tbnpwd').val('在这里设置值');$
阅读全文