Hi,
How I call javascript confirm() conditionally and get its ok or cancel value ( asp.net(3.5))?
i.e if( name=="Raj")
{
//Confirm(); then proceed accordingly. if cancel then return. only through javascript not through
AjaxExtender.
}
Thanks .
Refer
http://www.aspsnippets.com/Articles/ASPNet-Server-Side-Yes-No-Confirmation-Box-using-JavaScript.aspx
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.