I added the following line of code to my codebehind and my Validators stopped working. What can I do to make my validators continue to work and still be able to use a confirm() call with the onclick event?
btnSubmit.Attributes.Add("onclick", "return confirm('You are about to submit a new application.
Continue?');")
btnSubmit.Attributes.Add("onclick", "return confirm('You are about to submit a new application.
Continue?');")