Show Validation Messages Containing Images in ASP.NET MVC

ASP.NET MVC offers HTML helpers for displaying field level validation error messages as well as validation summary. However, these validation messages are displayed as a plain string. There is no inbuilt way to include images of HTML markup with the output of the validation helpers. In this article I will show how to overcome this limitation using two techniques so that you can display images along with the validation messages.

http://www.binaryintellect.net/articles/5caea771-ddd5-4386-bca0-edc898730d3f.aspx