会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JeremyJs
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2015年5月5日
ASP.Net jquery ajax取后台的值
摘要: 最近的项目开始要用到JQuery了,但是我JQuery用的好少,做了一个简单的通过Ajax和后台交换数据的demo,预先练习下。主要是用AJAX调用后台的方法url: "Default.aspx/GetJosnData", 即页面/方法,方法必须加上[WebMethod],然后返回Josn,然后前台...
阅读全文
posted @ 2015-05-05 16:45 JeremyWong
阅读(460)
评论(0)
推荐(0)
2015年4月23日
asp.net excel to dataset
摘要: protected void btnImport_Click(object sender, EventArgs e) { if (FileUpload1.HasFile == false)//HasFile用来检查FileUpload是否有指定文件 { ...
阅读全文
posted @ 2015-04-23 10:31 JeremyWong
阅读(235)
评论(0)
推荐(0)
2015年4月13日
c# datatable to json 原生方法
摘要: stackoverflow 上的文章http://stackoverflow.com/questions/17398019/how-to-convert-datatable-to-json-in-c-sharp
阅读全文
posted @ 2015-04-13 10:44 JeremyWong
阅读(251)
评论(0)
推荐(0)
2015年4月9日
Js 读取checkbox 和 radio
摘要: http://www.ryerson.ca/JavaScript/lectures/forms/boxes.html只能输入数字:
阅读全文
posted @ 2015-04-09 14:37 JeremyWong
阅读(187)
评论(0)
推荐(0)
2015年3月24日
js 模糊查询(fuzzy search)
摘要: 这儿是stackoverflow上的一段代码,这是实现模糊查询的核心:var names = ["Bob Hope","James Jones","Steve Jobs","Larry McBridge"] var query = "st"var results = $(names) ...
阅读全文
posted @ 2015-03-24 15:09 JeremyWong
阅读(4284)
评论(0)
推荐(0)
上一页
1
2
公告