datatable 转换json

摘要: 1.页面ajax传值到一般处理程序 2.一般处理程序转换json public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; #region DataTable类型数据 阅读全文
posted @ 2016-06-03 12:32 netf 阅读(233) 评论(0) 推荐(0)

导入(批量增加)

摘要: 1 public HandlerResponse UpLoadBank() 2 { 3 HandlerResponse hres = new HandlerResponse(); 4 this.Context.Respon... 阅读全文
posted @ 2015-07-28 09:54 netf 阅读(380) 评论(0) 推荐(0)

ASP.NET页面传值

摘要: ASP.NET页面传值 阅读全文
posted @ 2014-07-21 10:03 netf 阅读(161) 评论(0) 推荐(0)

asp.net分页

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using System.Web.UI.WebControls... 阅读全文
posted @ 2014-07-18 13:34 netf 阅读(269) 评论(0) 推荐(0)