Author: eliav | Posted on: 9/25/2008 1:19:32 AM | Views : 1048

i have a very big problem with geting values from a dynamic textBox....

i created a dynamic table ,and for each cell in the table i had inserted a textBox. now ...each textBox represent a feild of  "USER U" (name ,lastname,address,,street)!

i have a problem to get the values from the textBox and to sen it to the constractor of the "USER U"

here is my code:
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Bu ...

Go to the complete details ...