Posted: 12/4/2011
Hi all,
I need to display a template of data in a retrangles or some object like that.
I created a matrix and in each part of the matrix I get all the relevant data.
For example:
Flvst(0,0): stationname=x partnumber=3433 picture=a.jpg
Flvst(0,1): stationname=y partnumber=3463 picture=a.jpg
Flvst(0,2): nothing
Flvst(1,0): nothing
Flvst(1,1): stationname=z partnumber=3437 picture=v.jpg
Flvst(1,2): stationname=m partnumber=3437 picture=v.jpg
I tried to draw a table (by using html table in code behind…) but my problem is, that I don't know how to "tell" that station "m" for example should be on the 2nd row and 3rd column as it goes in the matrix
I hope someone understood my problem because I can't copy paste the real code in here..
Any ideas??
Thanx!