I am new to vb.NET .
I have a table with columns - projects,timing,significant. Timing and significant col's are numbers. I need to print data from this table based on there timing and significance.
like this format:
| -project1 -project2 |
-project3 | -project5 -project10 |
| -project4 | ||
If project 1 significant =1 and timing =1 then ti goes to row-1 and column-1.
can anybody please help?
Thanks in advance
Replies
Know the answer? Post it — somebody with the same question will find it here.