although you have created the table in needs to be placed onto your page into a suitable container such as a placeholder.
Simply add a placeholder to your aspx page
VB Code:
<asp:Placeholder id="phTest" runat=server> </asp:Placeholder>
then after you build your table add the line
VB Code:
phtest.controls.add(t)




Reply With Quote