hi,
My application is Asp.net application. In my application i will get set of records which are already there in DataBase from GUI. With these records I should create an EntityCollection and would be able to save, which will modify the existing records in DataBase. I need not add any new entity or delete.
I don't want to fetch collection, rather I am able to create the entity collection and add records, but if I am saving, the records are saving as new records i,e. throwing an exception that Primary key duplication voilation. How can I change the exisiting records at once by creating EntityCollection in my CodeBehind.
Any help on this will be greatly appreciated. Urgent help needed.
Sujay