Hi Everyone,

I would like to hear suggestions on how to deal with a Master-Detail record.

Example: Invoice

Invoice Header Includes: Invoice #, Customer etc.

Invoice Detail Includes (1 or more) : Item #, Price etc.

On the screen I have a grid for the details. When the user clicks save I need to save to the database. What happens if the user deleted a record how do I detect it. Also I don't want to resave all items everytime when updating the invoice.

Can someone show me the right way to deal with it?

Thanks In Advance