I have two tables in my database: \[code\]Question\[/code\] and \[code\]Answers\[/code\]. One question gets 1 or more answers as its nature. I was trying to add answer textboxes dynamically. Users can add as many desired answers as they want. I used panels in divs for this: div1 gets panel1, div2 gets panel2 an so on. In panels I have TextBoxes which I gave added dynamically and gave their id numeric like txtAnswer1 and txtAnswer2. When I press submit button I would like to turn this txtboxes and get their values but how?I tried this http://learning2code.net/Learn/2009/8/12/Adding-Controls-to-an-ASPNET-form-Dynamically.aspx