This is working:
When i choose the yes option the postback is madeCode:cmdSave.Attributes.Add("Onclick", "this.style.visibility = 'hidden';return confirm('Confirm?')")
But i would like to disable the button instead of hide it.. but the following does not work...
When i choose the yes option nothing happensCode:cmdSave.Attributes.Add("Onclick", "this.disabled = true;return confirm('Confirm?')")
Any help ???
Thx in advance



Reply With Quote
