Say i have this XML tag...
I extract the element "China News" and "Street paper" and populate to the combobox....Code:<book section=”newspaper”> <new id=”100”>China News</new> <new id=”101”>Street paper</new> <new id=”0”>none</it> ……. <new>….</new> </book>
Now if i select the "China News", how do i send the id which is "100" to the
server instead of china news...
Thanks




Reply With Quote