Hey,
I am using a repeater that esentially spits out a set of tables where each repeater item may close a table and start a new one, or just be a normal table row. I am using an aspanel (and its visibility attribute) to dynamically show or hide the <table> and </table>. the problem is that the table panel generates a div tag which is completely screwing up the page. Is there a control that essentially does the same thing without generating those tags?
I am using a repeater that esentially spits out a set of tables where each repeater item may close a table and start a new one, or just be a normal table row. I am using an aspanel (and its visibility attribute) to dynamically show or hide the <table> and </table>. the problem is that the table panel generates a div tag which is completely screwing up the page. Is there a control that essentially does the same thing without generating those tags?