This is a migrated thread and some comments may be shown as answers.

Window popup

1 Answer 84 Views
Window
This is a migrated thread and some comments may be shown as answers.
rAs1234
Top achievements
Rank 1
rAs1234 asked on 22 Feb 2011, 12:38 PM

Hello.
I need to use a popup window. In the popup window will have two buttons.
After pressing need to hide the popup window using C # and store the value.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Feb 2011, 09:48 AM
Hello,

One option is using the RegisterStartupScript() server method to invoke the client method to close the window. More information on invoking the client function will be available in the KB Article.
Executing JavaScript function from server-side code


The following forum  also discussed similar scenario.
closing rad window

And for your second requirement, storing the values, you can attach OnClientClose  event and handles the values.
Please checkout this documentation
Using RadWindow as a Dialog

Thanks,
Shinu.
Tags
Window
Asked by
rAs1234
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or