W
William Buchanan
Hi folks
Excuse the title, but i've been looking for an answer to this simple problem
for months now and nobody seems to be able to help. I am using VS 2005.
I have a web service which returns a data table through a web method.
I also have a win form with a combo box. The combo box is linked to a
binding source, and the binding source is linked to the web service (all
done through the IDE; i.e. no code written by me). However, when I open the
form there is no data in the combo box.
I would expect that if the IDE allows me to set these properties that it
should work without the need to write code. I can get it working by hand
coding it, but that makes the whole point of setting these properties at
design time pointless.
I get the same effect when I drag a grid view from the data source window -
the grid doesn't fill with data.
What am I missing?
Thanks
Will
Excuse the title, but i've been looking for an answer to this simple problem
for months now and nobody seems to be able to help. I am using VS 2005.
I have a web service which returns a data table through a web method.
I also have a win form with a combo box. The combo box is linked to a
binding source, and the binding source is linked to the web service (all
done through the IDE; i.e. no code written by me). However, when I open the
form there is no data in the combo box.
I would expect that if the IDE allows me to set these properties that it
should work without the need to write code. I can get it working by hand
coding it, but that makes the whole point of setting these properties at
design time pointless.
I get the same effect when I drag a grid view from the data source window -
the grid doesn't fill with data.
What am I missing?
Thanks
Will