Adding rows to a table in ASP.NET codebehind
Hi,
I am able to add rows to a asp:Table server object in the codebehind. The process outputs the correct html just fine. But when the postback is triggered, this table's rows.count still shows the old value, as if the rows that were on the page were never added. I am obviously missing some code that updates page collection or renders something. Please help!
Thank you in advance!
|