Results 1 to 11 of 11

Thread: VB.NET: Hiding ID using XML [Unsolved]

Threaded View

  1. #1

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

    Question VB.NET: Hiding ID using XML [Unsolved]

    Say i have these Xml tag:
    Code:
    <place eat=”food centre”>
        <set id=”123”>
          <country state=”ABC”/> 
          <location>north</location>
        </set>
        <set>
            …
        </set>
    </place>
    Does anyone know to extract the ID attributes and use other numbers or words to represent that ID into the combobox....

    and when sending that piece of "set data", the representation words or numbers will link to that actual ID and extract into textbox..

    It is something like using the representation ID to display in the foreground...
    and hiding the actual ID in the background of the form..

    Thanks
    Last edited by toytoy; Dec 28th, 2004 at 08:50 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