I am new to dynamic data and .NET 3.5. I do not see any code behind files in the project. I was just wondering if there is any way to do some other functionality once I click on the Insert link button? Suppose,I need to update another table once insert is
clicked, based on the values being inserted in first table.Is there any way to do it? Also,is there any way to access the values being inserted into the table? Please give some suggestions.
simpleguy
Member
14 Points
91 Posts
How to do an update on an insert operation using dynamic data
Jul 07, 2010 03:09 PM|LINK
Hello All,
I am new to dynamic data and .NET 3.5. I do not see any code behind files in the project. I was just wondering if there is any way to do some other functionality once I click on the Insert link button? Suppose,I need to update another table once insert is clicked, based on the values being inserted in first table.Is there any way to do it? Also,is there any way to access the values being inserted into the table? Please give some suggestions.
Thanks.