在MS Access中,我们有一个简单的报告:
Manufacture | Model | Wheels | Serial
Man1 | aaa | 4 | 111
Man1 | aaa | 4 | 112
Man1 | bbb |2 | 123
Total Models: 3 Total Wheels: 10
Man2 | asd| 8 | 1145
.......
And so on until the totals at the bottom:
Total models: 55 |Total Wheels: 245
我想将其转换为在网络上运行。我已经获得了gridview上的数据,但无法得到子总数或总数。是否可以在列的属性中设置某些内容? gridview甚至是最好的选择还是你会使用不同的控件? 我在Web Developer 2010 Express中使用c#,如果有所不同,数据来自SQL Server。
答案 0 :(得分:0)