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

call a server function after open popup

2 Answers 33 Views
Window
This is a migrated thread and some comments may be shown as answers.
miri
Top achievements
Rank 1
miri asked on 21 Sep 2010, 10:31 AM
Hellow,

I need to call a server function from the cliend side .
I open a window and  after I closed the opened window I want to call a server function to refresh the opener page.
maybe, the  RadWindow has a server function like  the client function OnClientClose 
and how can I get the parameter from the opened window in the server

Thanks


 

 

 


2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Sep 2010, 11:24 AM
Hello Miri,


A better options is invoking an ajaxRequest from the OnClientClose() method of the RadWindow and in the AjaxRequest() server method, perform the server code.

Here in the documentation, it shows how to pass parameters from the dialog window to main page.
Using RadWindow as a Dialog



-Shinu.
0
miri
Top achievements
Rank 1
answered on 21 Sep 2010, 02:37 PM
I need  after closing the opened window to refresh the main page in the server
 and also I need the parameters in the server side

Can you answer me another answer?
Thanks
Tags
Window
Asked by
miri
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
miri
Top achievements
Rank 1
Share this question
or