Saving changes of Entity Framework in Asp.Net

sissy

New Member
I have created an entity Appraiser and there are methods to select values, display data etc.Now I want to save the changes made after data is displayed, I have a button named SAVE, which will be used to save changes.I am not able to get how to save the changes of this Entity?Entity name is Appraiser, and I have created methods like get AppriaserDetails etc in DAL, BL and used them in aspx.cs.
 
Back
Top