As title how a paging wcf can work as datasource? Dataservicequery had setentitysetpagesize the records of select had limited. How should it work like as datasource in this case. If bind it to web control the total record will be wrong when query all the record and the paging also have paging. I had gonna crazy after due with this.
As title how a paging wcf can work as datasource? Dataservicequery had setentitysetpagesize the
Share
You need to use generic classes as a return type and made that classes serializable and then use Object datasource in front end . I am sure about that it works.
Like:
Bizz layer as W.C.F service
//entity class
//this is page level code . i hope you willunderstand that.