Originally posted by: notfred
there's got to be some way to do this?
Originally posted by: UCJefe
Originally posted by: notfred
there's got to be some way to do this?
There is, but it's probably not as easy as you would like. One approach is to use the DataGrid control which will give you your table that you are looking for. Unfortunately, DG's can't bind to a multi-dimensional array. So you have to build a DataTable from your multidimensional array and then bind that to your DG. There are probably a million other ways to do this depending on what type of control you want but something like the following should work.