摘要: <table width="756" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"><table width="756" border="0" cellspacing="0" cellpadding="0"> <tr> &l... 阅读全文
posted @ 2009-12-17 16:24 睿德泽林 阅读(260) 评论(0) 推荐(0)
摘要: public static void ListView_Accessor(SqlDataReader dr, ListView listView) { try { while (dr.Read()) { ListViewItem ListDatas = new ListViewItem(dr[0].ToString()); if (dr.FieldCount > 0) { string[] ... 阅读全文
posted @ 2009-12-17 16:09 睿德泽林 阅读(291) 评论(0) 推荐(0)