Bind Drop Down List to Web Method

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hello,

I have an ASP.NET application in which I have bound a drop down list to a web method with returns XML.

Now I need to assign to the properties DataValueField and DataTextField to specific nodes within the returned XML.

When I check the two properties in the properties window I do not see the nodes I'm looking for as an option to select from and any attempts at using an XPath query within the property have failed.

Is this something that is possible to do and if so could someone point me to some examples or should I just load the returned xml into a dataset then bind to the table within the dataset?

Thanks is advance for your help.


More...

View All Our Microsft Related Feeds
 
Back
Top