I
IVer Erling Årva
Hi!
I am looking into making a database application and to limit the
client<->server traffic I want to handle all entry/amendment of the data in
the browser and save it all once the entry is completed. The problem is that
I need to include a dynamic table where the user can add, amend and delete
rows. For the sake of illustrating what I mean I can use the person / pet
sample where you have one person with several pets, e.g.
Person name:
Phone:
----------------------------------
Name: Type: Colour:
Pet1: [Delete]
Pet2: [Delete]
Pet3: [Delete]
[Add pet]
I need sample code to show how to handle this array (or a similar situation)
in terms of adding rows and deleting rows etc. I have tried to look for info
on this, but cannot find a decent sample anywhere...
Thanks!
(e-mail address removed)
I am looking into making a database application and to limit the
client<->server traffic I want to handle all entry/amendment of the data in
the browser and save it all once the entry is completed. The problem is that
I need to include a dynamic table where the user can add, amend and delete
rows. For the sake of illustrating what I mean I can use the person / pet
sample where you have one person with several pets, e.g.
Person name:
Phone:
----------------------------------
Name: Type: Colour:
Pet1: [Delete]
Pet2: [Delete]
Pet3: [Delete]
[Add pet]
I need sample code to show how to handle this array (or a similar situation)
in terms of adding rows and deleting rows etc. I have tried to look for info
on this, but cannot find a decent sample anywhere...
Thanks!
(e-mail address removed)