Skip to content

Tag Archives: element content

To display content of XML element in visual basic form in simple way?

I have a xml file which is having one element <name>Thrisul</name>. Now I want to display <name> element content "Thrisul" in visual basic TextBox. If possible kindly provide the easy and simple method.