摘要:
我在项目中写了一个手工绑定DataGrid的方法。代码如下:this.DataGrid1.Columns[1].FooterText = string.Format("{0}", this.dt.Compute("SUM(total)", null)); this.DataGrid1.Columns[2].FooterText = string.Format("{0:c}", this.dt.Co... 阅读全文
posted @ 2007-09-13 09:12
rodney
阅读(305)
评论(0)
推荐(0)