0
kicks
Retrieve value of Dynamic controls in asp.net
our object is to access value of dynamic controls which are generated conditionally. For this, we will save viewstate of dynamic controls.
Example:
Suppose we have one dropdown and one button. When user selects “Generate” option, the Dynamic table will be generated. In each cell of table there will be textbox. User enters value in the textboxes and click on button then it will display all user entered values. See article for source code in C#.