M
Marty McDonald
On my webform I have a table (Table1), nothing in it. In code-behind, I
have a method that builds and returns a System.Web.UI.WebControls.Table with
rows, columns, & cells.
In my aspx.cs Page_Load, I have...
this.Table1 = myclass.GenerateTable();
GenerateTable() does build a table, but for some reason, Table1 does not
show anything at all. What is wrong?
have a method that builds and returns a System.Web.UI.WebControls.Table with
rows, columns, & cells.
In my aspx.cs Page_Load, I have...
this.Table1 = myclass.GenerateTable();
GenerateTable() does build a table, but for some reason, Table1 does not
show anything at all. What is wrong?