|
I have a table with fields like number, name, date ... etc., implemented by cross table query
2017-1-1 2017-1-2 2017-1-3 2017-1-4 ...
No.Name Name Name Name ...
No.Name Name Name Name ...
No.Name Name Name Name ...
...
The cross-table query is now complete and can be directly bound to GRIDVIEW. But there is a problem, my number field is a number from 1 to 16, and the order is from low to high. If it is bound to GRIDVIEW, if there is no one of the numbers in the database, the bound GRIDVIEW does not have that row, but my table has a number and an empty row even if there is no row. Do you have any suggestions?
I know that it is possible to bind cells through FLEXGRID, but the current FLEXGRID of WEB does not come with VS2005. Things like ASP.NET2.0 are neither open source nor free, which is more troublesome. If I use TABLE or DIV, I don't know how to draw. |
|