Datatables within asp:TabContainer where asp:TabPanels are dynamically generated in code behind
Datatables within asp:TabContainer where asp:TabPanels are dynamically generated in code behind
aquajunky
Posts: 4Questions: 0Answers: 0
My asp:TabPanels are generated from code behind and the templates are exposed as user controls. Each tab has the same layout, a ListView with a table of data. To get the table to render the thead and tbody tags, I removed the runat server tag from the tag. However, each tabs table is no longer uniquely named because of this and I can thus only get the first one to operate with datatables. Does this scenario sound feasible? I will attempt to get this up to be able to post a link to.
Here is a link: http://www.aquajunky.net/FixingHeadersAndColumns/
Here is a link: http://www.aquajunky.net/FixingHeadersAndColumns/
This discussion has been closed.
Replies