I’m using Entity Framework(4.3) Code First Method For My Asp.Net Mvc3 Application.I want to do:Data of table A must be copied (along with some other data) to table B after that when Click Save Button Tabla A Data will be Removed how to implement this?
I’m using Entity Framework(4.3) Code First Method For My Asp.Net Mvc3 Application.I want to
Share
Here are the logical steps to take. Add the following to the Save button’s click event:
Hope this helps.