C
Chris McKenzie
I'd like to return an array of custom classes from a webservice (which I have working), but I can't figure out how to databind to this array on the ASP .NET Client side.
Suppose I have a class Person with the properties LastName, MiddleName, and FirstName. I return an array of 5 Persons to the calling ASP .NET application. Now I want to display each Person's name in a DropDownList control. How could I do this? I've struggled with databinding expressions and capturing the DropDownList.Databind event, but to no avail.
Thanks,
Chris
Suppose I have a class Person with the properties LastName, MiddleName, and FirstName. I return an array of 5 Persons to the calling ASP .NET application. Now I want to display each Person's name in a DropDownList control. How could I do this? I've struggled with databinding expressions and capturing the DropDownList.Databind event, but to no avail.
Thanks,
Chris