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

How Kwon whick button was clicked from radwindow.Confirm

2 Answers 43 Views
Window
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 03 Nov 2011, 02:09 PM
I need create a Confirm Windows and take the clicked button in c#.
Because, if click OK --> remove entity
if click Cancel --> does not remove!...

I need help!!!

Please

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 03 Nov 2011, 02:25 PM
Hello Julieta,

You can try the following approach to achieve the scenario.
javascript
function confirmCallBackFn(arg)
    {
      var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
       ajaxManager.ajaxRequest(arg);// do the required operations in the ajax request
    }

Thanks,
Princy.
0
July
Top achievements
Rank 2
answered on 07 Nov 2011, 01:03 PM
Thannks!!!
That is work perfectly!!
Tags
Window
Asked by
July
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
July
Top achievements
Rank 2
Share this question
or