摘要:
转:Show Header/Footer of Gridview with Empty Data Source public void BuildNoRecords(GridView gridView, DataSet ds) { try { if (ds.Tables(0).Rows.Count == 0) { ds.Tables(0).Rows.Add(ds.Tables(0).NewRow(... 阅读全文
posted @ 2006-08-26 22:08
自由.Net
阅读(1647)
评论(0)
推荐(0)
浙公网安备 33010602011771号