1
Answer

XAML TextBox

Photo of Ankur  Gupta

Ankur Gupta

12y
1.2k
1
Hi,
How we display a specific node on a TextBox from an XML file?
Thank you

Answers (1)

0
Photo of Mahesh Chand
2 286.9k 123.7m 12y
You first search and read a node into a string and then set TextBox1.Text = String. In Ebooks section of this website, there is a free book on XML. Read that to learn how to get an xml node value.