Posted 05 Oct 2010 Link to this post
Posted 23 Jul 2012 Link to this post
<
asp:Button
ID
=
"Button1"
runat
"server"
CssClass
"buttons"
Text
"Button"
onclick
"Button1_Click"
/>
"Button2"
"Button2_Click"
<style type=
"text/css"
>
.buttons
{
display
:
none
;
}
</style>
protected
void
RadButton1_Click(
object
sender, EventArgs e)
if
(str==4)
string
script =
"radconfirm('Are you sure!?', confirmCallBackFn);"
ScriptManager.RegisterStartupScript(Page, Page.GetType(),
"RadButton1"
, script,
true
);
Button1_Click(
SAVE();
function
confirmCallBackFn(arg)
(arg ==
)
document.getElementById(
).click();