I have an xml file like this:
and I am trying to pass the values to the nodes book, author and price from code behind.
I have 3 fields book, author and price on the design and user enters this information and when he clicks submit button I have to update this xml file.
I don't know how to fill this nodes.
Can someone help me out here with code and explanation if possible.
Basically I am updating this XML File form code behind.
Thanks.
Code:
<book></book> <author></author> <price></price>
I have 3 fields book, author and price on the design and user enters this information and when he clicks submit button I have to update this xml file.
I don't know how to fill this nodes.
Can someone help me out here with code and explanation if possible.
Basically I am updating this XML File form code behind.
Thanks.
Comment