Getting Dynamic Rows From Code Behind
-
Hi All, I have another question. I have a table, and I want the user to be able to dynamically add multiple rows to this table. Then during the final submit, I want to get information from these dynamic rows. However the table isn't passed to the code behind by either Request.Form or Request.Params. Do you know where I would get access to the table in the code behind? - Munty
-
Hi All, I have another question. I have a table, and I want the user to be able to dynamically add multiple rows to this table. Then during the final submit, I want to get information from these dynamic rows. However the table isn't passed to the code behind by either Request.Form or Request.Params. Do you know where I would get access to the table in the code behind? - Munty
Muntyness wrote:
Do you know where I would get access to the table in the code behind?
If your table is a server control you may get access from the code behind. Make your table as server control and access with it's id