I want to open a RadWindow when a button is clicked. I placed the code in the Button Click event on the server side. However, when the button is clicked the entire Click event is processed before the RadWIndow is displayed and the user input from that RadWIndow is captured. I want to use the User's input from the RadWindow within the Button Click event. Is this possible?
Currently, this button click procedure executes all the way to the End Sub before the RadWIndow is displayed.
Here is the ASPX code.
Thanks,
pat