Dynamic Controls with Database.
Hi,
User Interface - Screen
Field1 - Textbox1
Field2 - Textbox2 Add Button
Whenever the user clicks the add button it should display the values underneath along with Edit and Delete button (type=submit) for each values so that the user can edit or delete the single row of values
The user can add as many values as he can.
for eg. Field1 Field2 UserFunction
Field1value Field2value Edit Delete
Field1value Field2value Edit Delete
... ... ... ...
Also, whenever the user clicks "ADD" button, the data gets inserted into the database - SQL SERVER2000, so when the user wants to modify/delete the single row, only the corressponding row which the user selected should be affected leaving the other rows unaffected in the database.
since the controls created are dynamic in nature, i'm not able to connect to the SQL database.
Pls. help me in giving some relevant sample codes.
Chandru
__________________
Thanks,
Chandra
|