I have a question that I needed to ask.
Recently, I encountered a new challenge at work on a project.
Does anyone have any experience with combining a Grid View control with Repeater?
it's like repeatedly displaying tables of information.
For each table 1,2,3 & 4 in this case are sets of data that points to the same Foreign Key in the database table. However, each table(set) has a different name.
The only concept I have with my limited knowledge is to replace the tables(or sets) with GridView, then repeat it using a Repeater Control.
I have totally no clue how that is going to work. But if there is anyone with a practical suggestion, can you please contribute to this thread? Need urgent help on this matter.