Hello All,
In my application, i have few control which are displaying data from a object. And i have a button, which allows user to save the modified data in the object. I can use explicit data binding in all the control and update the data in the button click event. But is there any way in which we can handle this data update without writing any code and just using XAML to save the modified data?
Thanks in advance,
IamHuM