Dynamically Load One Silverlight Control within Another
Mike Snow in his Silverlight tip of the day blog writes about dynamically loading one Silverlight control within another silverlight control. Loading of one Silverlight control into another is not directly supported by the framework. However, Mike explains a workaround to solve this problem. He recommends creating a second hidden Silverlight application with the first main Silverlight application and then controlling the visibility, load and unload of the second application using JavaScript that can be invoked from within Silverlight. Read the detais and view sample code from his post.
















Stumble it!

























Leave a Reply