I need to create a user preferences dialog in a Silverlight web application in a way that a user can change settings (let's say background color in main window) and see the results after clicking on an "OK" button of the dialog without closing it.
I tried a child window and was not happy because the main window is blocked untill return from the child window, so the user cannot see the results immediately whild the window is open.
What would be a good way of implementing that? Thanks for suggestions. Cheers