Hi,
I need some help as to "How can i get the server side event" on a click of a button of "radprompt". Please provide me some help as i need to execute some server side code on the click of a "Ok/Cancel" button of a "radprompt".
Thanks.
Raju.
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 07 May 2008, 03:08 PM
Hello Raju,
This issue is a general ASP.NET one and is not directly related to the RadWindow
control. You can find more information on how to call a server-side function via
Javascript in various places in the Net (the asp.net forums are a good place to
start). For example you can use __doPostBack() or RadAjax's ajaxRequest call to do this.