I have a grid where I display records from a parent table.
When I edit the item I want to display a list of the parents child objects. I can do that easily by hooking in the itemdatabound and populating a listbox.
What I then want to do is allow people to add items and for the in form edit in the grid to save the child items as well as the parent.
Do I have to resort to a completely custom update and insert code or can I use some of the automatic updating and inserting functionality.
When I edit the item I want to display a list of the parents child objects. I can do that easily by hooking in the itemdatabound and populating a listbox.
What I then want to do is allow people to add items and for the in form edit in the grid to save the child items as well as the parent.
Do I have to resort to a completely custom update and insert code or can I use some of the automatic updating and inserting functionality.