M
Michael Powe
Hello,
I want to bind a list box to a collection that will be pulled
dynamically from a web service.
The data that will be pulled will consist of a name and id. I want my
listbox to display the name but, when a name is selected, pass the id
as the value.
i've read and googled but i can't seem to find a straightforward way
to do this. in asp.net, apparently, i could do this with the
ListItems array, but that collection does not exist for a Windows
form.
How can I accomplish my objective in the most direct manner?
Thanks.
mp
I want to bind a list box to a collection that will be pulled
dynamically from a web service.
The data that will be pulled will consist of a name and id. I want my
listbox to display the name but, when a name is selected, pass the id
as the value.
i've read and googled but i can't seem to find a straightforward way
to do this. in asp.net, apparently, i could do this with the
ListItems array, but that collection does not exist for a Windows
form.
How can I accomplish my objective in the most direct manner?
Thanks.
mp