Loading ...

draw a matrix

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  getting started / general asp.net   » draw a matrix

draw a matrix

Posts under the topic: draw a matrix

Posted: 12/4/2011

Lurker 5  points  Lurker
  • Joined on: 12/4/2011
  • Posts: 1

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!


Page 1 of 1 (1 items)