|
-
Mar 9th, 2004, 04:47 AM
#1
Thread Starter
Addicted Member
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?
-
Mar 9th, 2004, 06:06 AM
#2
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|