动态创建的文本框数据保存

问题描述:

嗨 我在窗体加载事件上创建了文本框,并且文本框的数量取决于其他条件,因此我想保存创建的文本框的数据.所以我如何才能将文本框插入的文本放入字符串或Array或任何变量中?
请建议
在Advance中感谢

Hi I Have Create Textbox on the Form Load Event and the No of Text box Depends on other Condition so I want to Save the Data of the created TextBox. so How can I take the textbox inserted text into the string or Array or any Variable
Pls Suggest
thanks in Advance



请参阅那些链接...

对于Windows应用程序

http://www.dotnetspider.com/forum/85466-值-动态生成的文本框-C-net-windows-application.aspx [ http: //www.eggheadcafe.com/community/aspnet/2/10200971/how-to-save-dynamic-textbox-values-to-db-using-windows-application.aspx [ http://www.dotnetspider.com/forum/158805- read-values-from-dynamic-textboxes-using-c.aspx [
Hi,

Refer those links...

For Windows Application

http://www.dotnetspider.com/forum/85466-Value-dynamically-generated-textbox-C-net-windows-application.aspx[^]

http://www.eggheadcafe.com/community/aspnet/2/10200971/how-to-save-dynamic-textbox-values-to-db-using-windows-application.aspx[^]


For Web Application

http://www.dotnetspider.com/forum/158805-read-values-from-dynamic-textboxes-using-c.aspx[^]

Cheers :)