Currently I am able to navigate between multiple user controls in silverlight. However everytime i navigate to a new user control, all the code in that user control is run again. Normally this wouldn't be a problem but, in my scenario one of the user controls takes around 50 seconds to load because of a monster query it is running via WCF service.
So how can i navigate to different user controls without creating a new instance of those user controls?