Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I read the article posted here on two way binding using xmldataprovider. great article, but at some point you need to delete some child node. how do you determine the current node and remove it using xmldataprovider?
Posted
Updated 7-Feb-11 14:36pm
v2

1 solution

I am afraid you can do it using XmlDataProvider direct. Instead, you can use XLINQ or try some in-direct ways.

Since, you haven't specified which example you read, it is hard to help you. But I will give you an example.

WPF: XmlDataProvider Two-Way Data Binding - Enhanced[^]


Mark it as answer if it is helpful
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900