G
Guest
Hi,
On my application, i'm using this :
dataSet1.ReadXml(textBox1.Text, XmlReadMode.Auto);
This works fine the first time but the second time, if i changed the value
of textBox1.Text, dataSet1 is not reading the XML file which is in
textBox1.Text, but it's reading the XML file i've used the first time....
Do you know how to solve this ?
Thank You.
On my application, i'm using this :
dataSet1.ReadXml(textBox1.Text, XmlReadMode.Auto);
This works fine the first time but the second time, if i changed the value
of textBox1.Text, dataSet1 is not reading the XML file which is in
textBox1.Text, but it's reading the XML file i've used the first time....
Do you know how to solve this ?
Thank You.