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 .
Well it will work fine on page load, but if need to perform the same after button click calling some procedure getting the return value and then need to call confirm() and get the value of (ok or cancel). & then proceed else return.
Thanks again,
Ajay Kumar
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.