Displaying CustomValidator Error Messages in alert
Hello
My problem is that all Asp.net validation controls has the ability to show alert messages into validationSummary showalert, that generates the alert into javascript Alert, but my problem is that validation summary doesnt gets the errormessages from serverValidation,is there anyway that validationSummary contorl could get the message when error occurs and my serverValidation occurs? Or any other way to display an error using alert? because both r on button click Event.
Kindly Help me in this situation
Thnx
|