随笔分类 - js+ajax
摘要:-------------- 函数检索 --------------trim函数: trim() lTrim() rTrim()校验字符串是否为空: checkIsNotEmpty(str)校验字符串是否为整型: checkIsInteger(str)校验整型最小值: checkIntegerMinValue(str,val)校验整型最大值: checkIntegerMaxValue(str,va...
阅读全文
摘要:QQ: 88888001 淘宝旺旺: wangwang001 Yahoo Messenger: yaho0001 MSN: msn001 Skype: skype001
阅读全文
摘要:1.在Page_Load中注册 Ajax.Utility.RegisterTypeForAjax(typeof(Index)); 2.在webconfig中加入 3.写ajax函数 [Ajax.AjaxMethod]注意一定要加这个,并且函数为public 如: [Ajax.AjaxMethod] public DataSet BindProtypeByABC(String ...
阅读全文