The text of this article is not in this database — only its details are. Read it on the old site: How to: Create controls in ASP.Net programmatically
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

krunal agrawalPosted Feb 11, 2017, 10:01 PM
Very helpful tutorial..how to read values of all generated controlls thank you
Mathew RudkinPosted Apr 29, 2014, 9:55 PM
Thank you! I have previously been using a poor technique. Cheers!
laurent blacherePosted Oct 3, 2010, 10:32 AM
Hello, Thanks for sharing this code for asp.net dynamic controls. While trying your code, I discovered that it is extremely difficult to make those controls persist their state automatically. So I search on the web and found a solution here : How to create deeply nested Asp.net Dynamic Controls ? There is an amazing online demo and the source code within. Laurent.