I'm trying to handle the updates on 2 related tables in one DetailsView using Jquery and Linq, and h
- by Ben Reisner
Given two related tables (reports, report_fields) where there can be many report_fields entries for each reports entry, I need to allow the user to enter new report_fields, delete existing report_fields, and re-arrange the order.
Currently I am using a DetailsView to handle the editing of the reports. I added some logic to handle report_fields,…