-
Subin
1
posts
Member since:
Aug 2012
Posted 11 Oct 2013
Link to this post
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);
}
-
-
User
8
posts
Member since:
Jul 2013
-