How to read the control value after creating the control at runtime.
Example:-
Step 1:- 10 Textbox controls is created at runtime.
Step 2:- user enters the details in the textbox.
Step 3:- User clicks on the button control to insert these textbox values then thease values must be inserted into the database.
Here comes the problem, How can I read these textbox control data at runtime. I dont know the controlId & etc..,
Please give me solution & explanation for the problem.......
Loading
paul danielPosted Feb 2, 2010, 12:45 AM
http://geekswithblogs.net/dotNETvinz/archive/2009/03/17/dynamically-adding-textbox-control-to-aspnet-table.aspx
you can get exact result from this link
Sam HobbsPosted Jan 30, 2010, 2:16 PM
The attached project is a sample of what you are asking for.