I am working with Entity framework and I am creating a view in my web site.
| Name | Father | Mother
every one of them is an object in my C# ASP.NET code.
I want to give the user the possibility to change the title of every column in the view inside the web page, and that the new name will be saved as a cookie in the computer, but not reflect to the Database. for example that the user can change "Father" to "Lovely Father".
Is there any easy way to do it using entity framework ? I thought about NotMapped Attribute, but I am not that familiar with it.
Thanks
Aucun commentaire:
Enregistrer un commentaire