Posted By:
Ravi_kiran
Posted On:
Monday, April 9, 2001 07:09 AM
I have created a table which contains 3 text fields in a row. Now When I click on "ADD NEW" button every time, a new row should be appended to that table and at last when I click "OK" then all these values in Text Fields should be sent to a servlet,which stores them in to Database. HOW to do this dynamically?