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 .
But his work same as onclientclick. but need to call it conditionaly
i.e if(x==y ){
//then i need to call confirm() & get its value and then proceed.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.