User Profile
Collapse
-
Ok Dormilich thank you very much -
-
-
-
I have xml file:
<?xml version="1.0"?>
-<doc title="test">
-<Employee>
<keyName>Amol </keyName>
<Keyvalue>22</Keyvalue>
</Employee>
</doc>
Amol and 22 are values taken from texboxes
vext time when I run rue application and enter John and 25 in texbox then want my xml file like following
<?xml version="1.0"?>...Leave a comment:
-
-
-
how to check xml data present or not
I have xml file:
<?xml version="1.0"?>
-<doc title="test">
-<Employee>
<keyName>Amol </keyName>
<Keyvalue>22</Keyvalue>
</Employee>
</doc>
next time when I run the application and enter keyname John and keyvalue 25 then I want to update my xml file like
I have xml file:
<?xml version="1.0"?>...
No activity results to display
Show More
Leave a comment: