Hello
i get that error in the following line:
node.Attributes["salary"].Value = (Int32.Parse(no de.Attributes["salary"].Value) + 100.ToString()) ;...
User Profile
Collapse
-
error as object reference not set to an instance of an object
HELLO
when ever im trying to execute this, im getting an error as object reference not set to an instance of an object
private void button2_Click(o bject sender, EventArgs e)
{
try
{
button1.Enabled = false;
XmlDocument doc = new XmlDocument();
doc.Load("C:\\D ocuments and Settings\\srakk li\\Desktop\\sa mple.xml");...
No activity results to display
Show More
Leave a comment: