As for this question
I'm not sure im going to be able to have all the data on one line?. How could i make it that each list item becomes a link to a new page with all the data from that db entry?
I'd say that when someone clicks on that list item, save the values to either local storage varibles, or global JS variables, and then in the page show event of the new page, populate the labels with those values.
Cheers,
M&M