导航

2007年4月11日

摘要: 来源: cannot, but create another column and bind it to the dropdownlist ---- DataTable1.Columns.Add("NewColumn", typeof(string), "Col1 + ':' + Col2"); ... ... 阅读全文

posted @ 2007-04-11 14:25 小西 阅读(707) 评论(0) 推荐(0)

摘要: 以前总是为SQL来控制合计,今天专门写一个,方法很笨,但可行! //页脚 DataGrid 合计 begin if(e.Item.ItemType==ListItemType.Footer) { for(int i = 0;i<e.Item.Cells.Count;i++) { ... 阅读全文

posted @ 2007-04-11 14:22 小西 阅读(1134) 评论(0) 推荐(0)