I have a web form which saves a record to the database via server-side code, but then upon postback, I want to show the RadWindow i created. I dont want the radwindow to show initially when the page loads. Its only when the user clicks the Save button on the form, which runs server-side code, but then I need to invoke the RadWindow to show. How do I do this?