see the attached file.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raaj KumarPosted Feb 16, 2010, 12:13 AM
I checked your code. It seems you are trying to return integer value from service and binding that result to datagrid through Itemsource. Since ItemSource requires an object of type GenericList or an IEnumerable type such that it could iterate through it and add the values to the datagrid.
Please let me know if you need any source code for this.
Regards,
Raaj