Results 1 to 3 of 3

Thread: VB.NET: Linking Elements and Attributes....[Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member toytoy's Avatar
    Join Date
    Jul 2004
    Posts
    230

    VB.NET: Linking Elements and Attributes....[Resolved]

    Say i have this XML tag...
    Code:
    <book section=”newspaper”>
        <new id=”100”>China News</new>
        <new id=”101”>Street paper</new>
        <new id=”0”>none</it>
        …….
        <new>….</new>
      </book>
    I extract the element "China News" and "Street paper" and populate to the combobox....

    Now if i select the "China News", how do i send the id which is "100" to the

    server instead of china news...

    Thanks
    Last edited by toytoy; Jan 26th, 2005 at 02:30 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width