Advanced Forum Search Results
-
I suggest you to try using a Console application to display the data from the web service.Check how much time it takes.
I'm working on a Mashup , heavy data load.What i did is to use WCF service to transfer my data in the form of custom objects to Silverlight.Which takes not more than 2 secs.
-
Please check the resultvoid client_GetCitationCollectionCompleted(object sender, GetCitationCollectionCompletedEventArgs e)
{ diseaseEvent(sender, new DiseaseEventArgs(e.OMID));
}
OMID is the "out" Parameter in my WCF Service.