会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夜神月君
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2019年12月5日
ashx接收前台传来的数据
摘要: 前台js: $(function () { $.ajax({ url: "/TestAshx/GetJson.ashx", type: "post", data: {"name":"张晓儿","age":20,"birth":"2009-12-4"}, success: function (data
阅读全文
posted @ 2019-12-05 18:41 夜神月君
阅读(659)
评论(0)
推荐(0)
编辑
ashx将datatable返回json数据
摘要: 1.直接使用JsonConvert.SerializeObject()。将datatable放入 输出字符串 下面是测试:用webform+ashx作为接口。 public class GetJson : IHttpHandler { public void ProcessRequest(HttpC
阅读全文
posted @ 2019-12-05 17:50 夜神月君
阅读(620)
评论(0)
推荐(1)
编辑