Sunday, August 26, 2012

How to invoke string from domain service?

How to invoke string from domain service?

I am developing a Silverlight application, and I am using domain service on web-side, I have a string let's say

[Invoke]    public string newstring()   {           return "Somestring";   } 

How do I get value of that string in client-side class?

Answers & Comments...




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog