I have an Image Button with a OnClientClick that show a confirmation message.
I want to use a message that is in a resource file. How would I do that?
This does not work. My reference to the resource file is the message I see instead of having the keyvalue as message.
Code:OnClientClick="return confirm('<%$ Resources:LacMessage, DeleteConfirmation %>');" />




Reply With Quote