Hello everyone and thanks for your help in advance. I am developing a web applicationthat generates an editable report that needs to look something like this:
Customer ID
Invoice Header
Invoice Detail Line 1
Invoice Detail Line 2
Invoice Detail Line 3
Line Break
Invoice Header
Invoice Detail Line 1
Invoice Detail Line 2
Invoice Detail Line 3
Each detail line needs to have a link to an edit screen. I'm torn between creating this report with gridviews or dynamically generated tables. Both ideas seem to come with a lot of backend programmingsoI'm not sure which way to go. I guess I could even dynamically add a gridview for each invoice block. Does anyone have insight as to the best way todo this?