随笔分类 -  js+ajax

摘要:-------------- 函数检索 --------------trim函数: trim() lTrim() rTrim()校验字符串是否为空: checkIsNotEmpty(str)校验字符串是否为整型: checkIsInteger(str)校验整型最小值: checkIntegerMinValue(str,val)校验整型最大值: checkIntegerMaxValue(str,va... 阅读全文
posted @ 2009-05-05 14:50 非常菜鸟 阅读(187) 评论(0) 推荐(0)
摘要:QQ: 88888001 淘宝旺旺: wangwang001 Yahoo Messenger: yaho0001 MSN: msn001 Skype: skype001 阅读全文
posted @ 2009-04-29 17:06 非常菜鸟 阅读(336) 评论(0) 推荐(0)
摘要:1.在Page_Load中注册 Ajax.Utility.RegisterTypeForAjax(typeof(Index)); 2.在webconfig中加入 3.写ajax函数 [Ajax.AjaxMethod]注意一定要加这个,并且函数为public 如: [Ajax.AjaxMethod] public DataSet BindProtypeByABC(String ... 阅读全文
posted @ 2009-04-29 16:53 非常菜鸟 阅读(132) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-04-29 11:51 非常菜鸟 阅读(213) 评论(1) 推荐(0)