2015年6月2日

JsonHelper修改4.0

摘要: public class JsonHelper { /// /// 将对象序列化为JSON格式 /// /// 对象 /// json字符串 public static string Seriali... 阅读全文

posted @ 2015-06-02 21:14 HOT SUMMER 阅读(688) 评论(0) 推荐(0)

List<T>做数据源绑定的问题

摘要: List lc;// = new List(); private void BindGrid() { //if (lc.Count > 0) // lc.Clear(); lc = new List... 阅读全文

posted @ 2015-06-02 19:55 HOT SUMMER 阅读(630) 评论(0) 推荐(0)

导航