access values of controls dynamically created on postback

Posted by userk on Stack Overflow See other posts from Stack Overflow or by userk
Published on 2010-06-11T02:06:00Z Indexed on 2010/06/11 2:12 UTC
Read the original article Hit count: 221

Filed under:
|

Hi,

My problem is: I've got a table, dynamically created, fill with a lot of dropdownlists witches IDs are dynamically created.

When a button is pressed, I need to scan all controls in the table and save their value.

But after the postback I can't no longer access to the table, and I've no idea how can I get those values...

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET