
Want to work with a table, 1 column / multiple rows, that would contain templated formats for data, labels, images, etc.
I am guessing this would require possibly a table within a table, which would arrange the data accordingly, and these tables to be databound with formview for inserting new records. Having the formview reset / hide accordingly to input data isn't an issue. It is displaying the results in same table format that is the issue.
In this instance a Databound Gridview isn't enough, because the data needs to be layed out dynamically. (table format) Of course edit/delete is still a necessity.
Who could point me in the right direction of displaying the results of data in the table format (as created), and stack in rows (probably w/ paging ability)?