Hi,
I have an XML file and am coding in VB.NET using webforms.
[CODE]
<cashier>
<tag section="work-14" param1="0" param2="1000195" />
<tag section="work-14" param1="0" param2="1000195" />
<tag section="work-24" param1="0" param2="1000195" />
<tag section="work-24" param1="0" param2="1000195" />
</cashier>
[/CODE]
I want to be able to change all param1 that belong to work-14
I am displaying the xml in a datagrid and with the Edit feature, I update param1, which in turn should reflect on the rest of the XML file.
Any ideas/ suggestions will be greatly appreciated.

Signature
Thank You,
Sean
Dare Obasanjo - 08 Jul 2003 06:29 GMT
Why do you have duplicate elements in your XML?
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi,
I have an XML file and am coding in VB.NET using webforms.
[CODE]
<cashier>
<tag section="work-14" param1="0" param2="1000195" />
<tag section="work-14" param1="0" param2="1000195" />
<tag section="work-24" param1="0" param2="1000195" />
<tag section="work-24" param1="0" param2="1000195" />
</cashier>
[/CODE]
I want to be able to change all param1 that belong to work-14
I am displaying the xml in a datagrid and with the Edit feature, I update
param1, which in turn should reflect on the rest of the XML file.
Any ideas/ suggestions will be greatly appreciated.

Signature
Thank You,
Sean