Click here to Skip to main content
15,902,635 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I have one problem in using Entity Framework.
My application base on silverlight and I have 2 window in it.

1 - ChooseEmployeeWindow.cs
2 - ChangeEmployeeWindow.cs

all of my windows have a instance of entityModelClass
My users in first window choose one employee and send selected employee to constructor of second window for changing properties.
When I want to save change with my instance of entityModelClass , it not saved to database.

How can I solve this problem.

tanks a lot
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900