Hi, can anyone point me in te right direction?
I have found WSSF and the guidance package recipeshelpful for providing out of the box WCF servicesthat use CRUD queriesagainst single rows in the DB.
Can anyone first:
Point me to the best way to retrieve multiple rows for binding to gridviews or dropdownlists in the client. A simple example would be great. For example, if I wanted retrieve the name and id of all the records in an SQL server table, say 50 rows and bind to a dropdownlist. I get the crud recipe to provide List<blah> in repository. Then what has to happen in the contracts and implementation etc. Nothing seems to work and its probably very easy. Is there some sort of translation required?
Second. Are there any WSSF implementation examples anywhere that operate on multiple rows etc. Everything I look up does operations on just one row at a time. If I knew how to return list<data> using the WSSF recipes the flood gates for uses would open up.
Thanks in advance.