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

RadConfirm ClientSide

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Subin
Top achievements
Rank 1
Subin asked on 11 Oct 2013, 06:09 AM
Hello
Hello I am trying to place radconfirm through client side .but it wont work .
I have one button .while i clicking the button passed values to client using client script.
but the radconfim is not working inside the client function

 protected void rbconfirm_Click(object sender, EventArgs e)
        {
            ClientScript.RegisterStartupScript(this.GetType(), "closewin", "confirmation('subin');", true); 
        }


   function confirmation(E) {

           radconfirm('Do you want to save?', CallBackFnDefaultSave);

        }

   function CallBackFnDefaultSave(val) {
            alert(val);
        }

1 Answer, 1 is accepted

Sort by
0
User
Top achievements
Rank 2
answered on 12 Oct 2013, 04:05 PM
Hi,

Take a look into this code library.

Thanks.
Tags
General Discussions
Asked by
Subin
Top achievements
Rank 1
Answers by
User
Top achievements
Rank 2
Share this question
or