Selecting XML Elements using Index

kenshin_inferno

New Member
I have XML file in the following format;\[code\]<root><entry><details></entry><entry><details></entry>...</root>\[/code\]I don't have any attributes and I display the details field in a ListBox control which allows copying and deleting items.So, if the user deletes the second entry in the listbox, second entry in the xml file needs to be deleted completely.Is there a way to do this ?Currently, I'm using Linq-to-XML for writing the data.EDIT: I forgot to mention the selection mode of the ListBox - it's MultiExtended.
 
Back
Top