Results 1 to 2 of 2

Thread: data bounding, comboxes!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2003
    Posts
    227

    data bounding, comboxes!!

    in my webpage i have a combo box which will get its data from a xml file, is there any way to bound the combo box to the part of the xml file directly, or do we have to open,find,read the values and add them to the comboboxes items one by one?

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Sep 2003
    Posts
    227
    i think the best way is to load the xml file into a dataset, after doing this can somebody please tell what has to be done to bound it to a combobox, i tried


    combobox.datasource=dataset.tables(0)

    but combobox still empty


    thanks...

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