L
Lil' Dub
I've written an assembly the dynamically generates a Table control and
returns it. But, I can't seem to get it to draw on the page. It's called
from the Page_Load and I've tried setting the ID of the Table control on the
page the same name as the one returned from the assembly and I've tried
assigning it to a new Table control on the page like:
newTable = obj.GetTable();
But neither method works. Has anyone accomplished this?
Thanks
returns it. But, I can't seem to get it to draw on the page. It's called
from the Page_Load and I've tried setting the ID of the Table control on the
page the same name as the one returned from the assembly and I've tried
assigning it to a new Table control on the page like:
newTable = obj.GetTable();
But neither method works. Has anyone accomplished this?
Thanks