摘要: protected void Button1_Click(object sender, EventArgs e) { List list = new List(); using (SqlConnection conn = new SqlConnection(connectStr)) { SqlCom... 阅读全文
posted @ 2012-09-25 16:45 王永华 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1:序列化类,需要引用命名空间:System.ServerModel.Web 和System.Runtime.Serializationpublic class JOSNHelper { public static string GetJosn(T obj) { DataContractJsonSe... 阅读全文
posted @ 2012-09-25 14:24 王永华 阅读(108) 评论(0) 推荐(0) 编辑