Getting text values of WinForm Controls

Apr 15 2007 9:48 AM
Hi,
I am working on a Windows Forms project. In that I have a form that needs to be dynamically populated controls by looping. At design time I kept one control for each controls(Text Box and Combobox controls) for those I would be generating dynamically. I am taking the name given to the static controls to the dynamically generated controls(like TextName1, TextName2). I could not be able to figure out those dynamic control names while saving? I aken those cOntrols on a panel control. Have any solution for this? 

Answers (1)