Tag Archive: Child Window

Customizing Child Window In Silverlight 3

Introduction Child Window concept is new in Silverlight 3. We will explore some properties that can help us for presentation. Creating Silverlight 3 Application Open up Visual Studio 2008 and create a Silverlight… Continue reading

Passing Data from Child Window to Parent Window In Silverlight 3

Introduction There were many requirements where we need to pass the value from ChildWindow to our Parent Window in Silverlight. In this article we will see a sample implementation of this requirement to… Continue reading

Child Window Style In Silverlight 3

Introduction In this article we will see how we can change ChildWindow Style. ChildWindow comes with Silverlight 3 and we have an Error Window in Silverlight Navigation application. Creating Silverlight Application This is… Continue reading