Search Results

0
votes

How to retrieve data from dynamically added textboxes?

To create dynamic controls, I would usually use a ASP.NET PlaceHolder Control and add the dynamic controls to this container. I would give each dynamic control an ID. You can then …