如何将DataGrid中的行与列倒过来
数据列太多,因此想将DataGrid中的行与列对调,大家有什么好的想法。
[36 byte] By [
hahahoo] at [2008-6-10]
create a new DataTable in your DataSet, move the data from the old table and switch the row and column at the same time, or try this pivot table code wizard
http://www.exmlsoft.com/download.htm