Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<<u>System.Windows.Controls.ComboBoxItem: Unsigned Byte />


when we are inserting the data through combobox then we are getting an xml, then this value also gets inserted the underline one (System.Windows.Controls.ComboBoxItem). how to remove this value i just want Unsigned Byte
Posted

1 solution

add item like below in xml ::

XML
<?xml version="1.0" encoding="UTF-8"?>
<root>
    <node1 attribute1="attrib1" attribute2="attrib2">
        <node2>
            <node3>Item1</node3>
            <node3>Item2</node3>
            <node3>Item3</node3>
        </node2>
    </node1>
</root
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900