Can I set custom message to the ValidationSummary control?
I've got Delete button in the edit page. I want if the validation fail to set the error message in the validation summery to prevent putting another label with red style.
I think using CustomValidator is not a good idea in my case, because there is no validation on delete, the error message should be shown after failing the action itself.
Any help!