Bind code behind Resource file value to javascript confirm delete
- by user228777
I would like to show Confirm alert on button click, but confirm message I would like to show from a global resource file? How do I do this?
Something like this.
OnClientClick="return confirm('<%$ Resources:MfnWeb, ConfirmCloseAccount%')"