coolie
10-16-2008, 04:11 PM
So I need help with reading data from textboxes, all created dynamically.
Basically, i have a drop down list, the list contains names of different tables. When I select a table from the list, the database gets read and the amount of textboxes created are equaled to the number of rows.
In other words if I have a table that contain the fields.
Name Address Phone
3 textbox would be created with the ID equaled to Name, Address and Phone.
The problem I am having now is that when you input something into the textbox and then click the "Insert" button, it's suppose to insert into the database in the appropriate fields.
I think the problem I am getting is that it's not reading all the textboxes properly, any ideas on how to do so?
ANYBODY!?
Basically, i have a drop down list, the list contains names of different tables. When I select a table from the list, the database gets read and the amount of textboxes created are equaled to the number of rows.
In other words if I have a table that contain the fields.
Name Address Phone
3 textbox would be created with the ID equaled to Name, Address and Phone.
The problem I am having now is that when you input something into the textbox and then click the "Insert" button, it's suppose to insert into the database in the appropriate fields.
I think the problem I am getting is that it's not reading all the textboxes properly, any ideas on how to do so?
ANYBODY!?