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 .
Don't want to call confirm() on button click or onclientclick but want to call conditionally. and get the value and then proceed. As mention in question.
Is it posible through javascript only.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.