随笔分类 -  ASP.NET

摘要:http://blog.csdn.net/yanzhibo/article/details/21485343 阅读全文
posted @ 2014-09-19 16:31 一个人的风 阅读(150) 评论(0) 推荐(0)
摘要:WEB打印控件Lodop(V6.x)使用说明及样例:http://www.hbsszx.com/lodop/PrintSampIndex.html 阅读全文
posted @ 2014-02-11 17:58 一个人的风 阅读(371) 评论(1) 推荐(0)
摘要://后台string jsonArray ="";//此处json对象的属性必须和类库一样JavaScriptSerializer json = new JavaScriptSerializer();List list = new List();payParameter user = json.Deserialize(jsonArray);//类库 [Serializable] public class payParameter { public string TotalItems { get; set; } public SaveReconciliationDtoList 阅读全文
posted @ 2014-01-06 19:26 一个人的风 阅读(200) 评论(0) 推荐(0)