I have a Windows Forms application which contain a textbox (tbox
) and two buttons: Save (b1
) and Delete (b2
) and an XML file leaf.xml
Whenever i am putting anything in textbox and then click Save (b1
) the content in textbox will be saved in the leaf.xml
file. When i press delete (b2
), it will delete from the file leaf.xml
and at the same time it will disable the Save button.
this is the xml file wahatever adding will come to tag,suppose if we add test it will come as
<Name>test</Name>