ASP.NET DynamicData - Insert Records from Datatable

35 Views Asked by At

In DynamicData, I have a datatable generated at runtime dynamically for a table while user is viewing a page. I need to insert these records from datatable to database Table(based on dynamicdata table page).

How can i do ?

1

There are 1 best solutions below

0
Ash Machine On

Use the INSERT.aspx template provided in Dynamic Data under the folders Dynamic Data --> PageTemplates