I have a grid with one master and one detail table. Ive included the toolbar at the top which allows me to include the program logic for adding new records to the master table, but how can I provide the same functionality for the detail table ? (as well as update and delete)
You can place a similar ToolBar in the CommandItemTemplate of the DetailTable as well and check for the Name property of the owner table to perform insert/update/delete operations as shown below:
aspx: