Attributes Name and Values in tabluar form
-
Element Nodes in XML file have attributes associated with them. I randomly select element nodes in an XML document after loading it using DOM class. The selected element node can have zero or more Attributes associated with it. If selected xml node got attribute I displayed it in ListView. Attribute Name: Being First ColumnHeader Attribute Value: Being Second ColumnHeader Name Item being label of listView can be edited if i enable "labeledit" in property of listView. But Value under the subitem cannot be edited. 1. How can i simply edit both field using listView? 2. Is there any other control or method that will help me create 2 columns according to number of attributes and enable me to edit fields? 3. How can I edit listBox items? Is there any possibility of using it. Your reply will be highly appreciated. Thank you. Language: Visual C#