K
Kolten
I need to populate a listbox with data I pull from a webservice that spits
out XML.
Every method I have tried comes up empty. The form also needs to be
displayed as a web page inside of SharePoint 2007.
I seem to be able to populate text boxes ok, but it only uses the first
occurance of the data from the webservice to populate a standard text box
(which makes sense since a textbox is only a single line).
Listboxes on the other hand, don't seem to populate by directly linking to
the webservice data connection. Dropdown boxes don't either.
How can I populate a listbox from a webservice data connection while still
having the ability to display the form as a web page?
out XML.
Every method I have tried comes up empty. The form also needs to be
displayed as a web page inside of SharePoint 2007.
I seem to be able to populate text boxes ok, but it only uses the first
occurance of the data from the webservice to populate a standard text box
(which makes sense since a textbox is only a single line).
Listboxes on the other hand, don't seem to populate by directly linking to
the webservice data connection. Dropdown boxes don't either.
How can I populate a listbox from a webservice data connection while still
having the ability to display the form as a web page?