Hello guys !
i've a scenario in asp net mvc with entity framework where when user enter a record i save it in one field in XML form after converting whole object into XML.
now i'm not able to update it. like when user updates the record i want previous XML to be there and new updated XML come into that column following the previous XML in that column
like
this is when user submits a new record the XML is saved like this
now when user updates this record i want data to be saved like this
and so on whenever record gets updated
Manas MohapatraPosted Jul 24, 2017, 12:53 AM