I have a child window created in silverlight. I need to load a user control within the child window(for a content change in the same child window) on a button click. How can i acheive this?
Say for Example: If i have a child window with a Header -> Content -> Button. I just need to change the content part and the button part on click of the button. I need to change the buttons also since navigation is not possible using the same button click events.
Is it possible to acheive this in Silverlight 4.0 or 5.0?