Hello Everyone,
I am creating dynamic controls based on xml file in wpf , and I have to save value of controls back to this xml again.
So next time if I ran it ,it will take these control values & show in UI.
Now I am facing issues when someone add new entity in xml file. How efficiently I can recognize that this new entity is added when running application next time & I should create only this control via code.
THanks & Appreciate your help
I am creating dynamic controls based on xml file in wpf , and I have to save value of controls back to this xml again.
So next time if I ran it ,it will take these control values & show in UI.
Now I am facing issues when someone add new entity in xml file. How efficiently I can recognize that this new entity is added when running application next time & I should create only this control via code.
THanks & Appreciate your help