Hi,
I have a context menu of 2 actions, create success message and create faliled message. I want to add javascript confirmation to ask the user "are you sure you want to create success message for this Item <item name>?". If the user answers Yes, the request will be posted back to the server, if the user answers No, I want to cancel the postback. Can you provide code snippet how to do this?
If I implement this code, will it be an issue in the future if your product is upgraded? meaning that this is too much a custom code that depends on specific version?
Thanks.
I have a context menu of 2 actions, create success message and create faliled message. I want to add javascript confirmation to ask the user "are you sure you want to create success message for this Item <item name>?". If the user answers Yes, the request will be posted back to the server, if the user answers No, I want to cancel the postback. Can you provide code snippet how to do this?
If I implement this code, will it be an issue in the future if your product is upgraded? meaning that this is too much a custom code that depends on specific version?
Thanks.