摘要:
<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... 阅读全文
摘要:
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[] ... 阅读全文