Quick question--I'm having trouble with the xml manipulation syntax in VB.net. My xml file is very simple. Here is an example:
<C_Clients>
<client>208</client>
</C_Clients>
I have the ability to add a new "client" using a textbox and a button, however I need to be able to remove a specific element that is placed in the textbox as well.
XDocument,XmlDocument, something else?