davecapone
Programmer
OK in regards to the "Preserving ViewState when Adding Dynamic Controls" Post. I determined that I might be able to get away with not having to add tablerows dynamically if I use a DataGrid inside a DataGrid's ItemTemplate and then using a single column Table inside that nested DataGrid's FooterTemplate. The problem is now, the compiler will not recognize the literal controls that coded in the table cells of the nested tables. Is it not possible to use this setup or do I just need to reference the literal controls a certain way?