I have an ASP.NET WebForms webpage that we need to show an image on page once a page is valid. At the moment, the image will show whether there is a validation error or not. How do we only display the image if there's no validation errors on the page?
Once the image has appeared, the code will be doing some background processing so it can't return control to the webpage at that point.
Any Javascript/JQuery script is welcome or advice please.