I remember back in the days of asp, looping through data arrays and displaying it on web pages. Short of it is, I want to display a table of data and I don’t need to manipulate the data in any way so I just want to display it. What I did in asp was, assign the data row to an array and then assign e...
[More]