Recommendations, Asp.Net ObjectDataSource bind result of webservice call
- by DerDres
I need recommendations on how to solve / structure a solution to the following problem.
In an asp.net web application i'll have to visualise results returned from a web service call. Im planning to use a repeater server control and bind this with an objectdatasource.
The service returns a result of the form:
public class SearchResult :…