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

Returning Values from a Dialog then PostBack

2 Answers 108 Views
Window
This is a migrated thread and some comments may be shown as answers.
VnDevil
Top achievements
Rank 2
VnDevil asked on 16 Jun 2010, 04:02 AM
Hi Telerik,

I have a issue with RadWindow, I don't know how to do post back button event when I get values return from a Dialog.
Please help me with below code. Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Jun 2010, 08:35 AM
Hi,

I guess you are following the example shown in the documentation and getting the values in OnClientClose event. If so, you can access the button's client object and invoke the click() method to initiate a postback.

A better option would be invoking an ajaxRequest() and execute the code in 'RadAjaxManager1_AjaxRequest' server event. More information can be available in the forum.
Rebind RadComboBox when RadWindow Closed


-Shinu.
0
VnDevil
Top achievements
Rank 2
answered on 16 Jun 2010, 05:53 PM
thank you Shinu, I did it :D
Tags
Window
Asked by
VnDevil
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
VnDevil
Top achievements
Rank 2
Share this question
or