populate combo box from xml [closed]

\[code\]<?xml version="1.0"?>-<XMLData xmlns="http://schemas.datacontract.org/2004/07/NarrativePro.Common.Classes" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><XmlClient>2.0</XmlClient><XmlVersion>1.0</XmlVersion>-<fieldData>-<FeildData>-<Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">-<d4p1:KeyValueOfstringstring><d4p1:Key>came upon incident</d4p1:Key><d4p1:Value>came upon incident</d4p1:Value></d4p1:KeyValueOfstringstring>-<d4p1:KeyValueOfstringstring><d4p1:Key>dispatched by 911</d4p1:Key><d4p1:Value>dispatched by 911</d4p1:Value></d4p1:KeyValueOfstringstring>-<d4p1:KeyValueOfstringstring><d4p1:Key>dispatched by administrative office</d4p1:Key><d4p1:Value>dispatched by administrative office</d4p1:Value></d4p1:KeyValueOfstringstring>-<d4p1:KeyValueOfstringstring><d4p1:Key>dispatched by phone call</d4p1:Key><d4p1:Value>dispatched by phone call</d4p1:Value></d4p1:KeyValueOfstringstring>-<d4p1:KeyValueOfstringstring><d4p1:Key>walk in</d4p1:Key><d4p1:Value>walk in</d4p1:Value></d4p1:KeyValueOfstringstring></Data><Name>How Received</Name></FeildData>-<FeildData\[/code\]populate this field data value to combo box ....
 
Back
Top