Click to See Complete Forum and Search --> : Creating dynamic rows in a form and submitting them to a database?


ashas
10-30-2003, 10:19 PM
Hello,

I have a form and i created a method which would add rows to this form when the user selects an add row button..

I click the Apply buttomn to submit the form..

when I view the form again the extra rows that I added and the data entered into those fields are not available..

Why is this not being written back to the DB?

Khalid Ali
10-31-2003, 07:30 AM
few pre- requistes,

1. make sure that form has an action attribute pointing to database application.

2. make sure that you are not using enctype="text/plain"

3. The only values be submitted are those which are in form elements.

if all is true post a link to your page