J
juli jul
Hello,I am doing this:
XmlNode name=this.oXmlDoc.SelectSingleNode(e.Node.Text);
MessageBox.Show(name.LocalName.ToString());
But get the following error:
Object reference not set to an instance of an object.
Why?
Thank you!
XmlNode name=this.oXmlDoc.SelectSingleNode(e.Node.Text);
MessageBox.Show(name.LocalName.ToString());
But get the following error:
Object reference not set to an instance of an object.
Why?
Thank you!