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 .
For that already given solution here
http://www.aspforums.net/Threads/192999/call-javascript-confirm-conditionally-and-get-its-ok-cancel-value-aspnet/Replies/1#Replies
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.