Hello
I'm using visual studio 2005 and llbl v2
I made a webservice that has method FindAllProduct that returns me EntityCollection<ProductEntity>
How can I bind this datasource to datagrdiview
At moment I have a form that has datagrdiview, i got properties window of datagrid view and click on datasource,
then I click on "Add Project Datasource"
in dialog box that comes up i chose webservice, and on next step i enter wsdl url of my web service, it finds all methods nicely
when i click finish new datasource comes up, but it doesnt have my FindAllProducts method listed?
Does LLBL support this type of binding, or I'm doing something wrong?
Thank You