Sonu

Sonu

  • NA
  • 1
  • 0

Print table data in certain format in VB.NET

Feb 10 2006 4:07 PM
Hi,
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