2
Answers

Silverlight WCF problem

raman verma

raman verma

12y
1k
1
I want codes of below points:
1.) I have created a method in WCF which returns not all but only some columns in tables.
2.) In silverlight control, I have 3 textboxes. And I want to return result tables column in these textboxes.

ex.  Table have 5 columns.
      But in WCF method, it returns only 3 columns.
      And result of 3 columns will display in 3 textboxes.
Answers (2)
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y
hi,

for same please refer our recommanded articles.

use also use WCF RIA.
Please refer article posted by me.

http://www.c-sharpcorner.com/UploadFile/ff2f08/silverlight-application-with-ria-service/

hope this will help u.
0
George eric

George eric

NA 642 5.6k 12y
Hi, I will direct you to a article about Silverlight WCF: http://www.codeproject.com/Articles/262164/Using-WCF-Service-with-Silverlight.