In ASP.NET... Is there a way I can use validators just to show a warning (Ok / Cancel) msg box?
if the user chooses OK.. it should proceed submitting the page.
I know a javascript function could do the job. But there are many controls like that for me to check..
Just thought of checking whether validators will be of any help, before proceeding with Javascript.
Thanks