I have a single details table with AutoGenerateColumns="true" as I would like the datasource of the details table to depend on what parent item was clicked. However, the details table seem to take structure (column setup) once (at first databind) and then stick with this structure.
Can I have one details table take structure at run time every time the details table is databound?
Can I have one details table take structure at run time every time the details table is databound?