how to save ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
if i am accessing a xml file in c#, tree view. an if i delet the node from tree view an save it in original xml file, how can i save it? plzzzzzzz help me its urgunt.........
AFAIK, you need to handle the event which fires when a node is deleted, then find the same node in the XML file and delete it. Then save the file. You can use
XMLDocument
class for this.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions