I am using MVC 3 Razor for my website. My requirement is that I want to show display friendly messages to the user on Success/Failure of the request, on the View itself, don't want to re direct the user to another View. I want like I could customize the display like Green color with some Success image and Red color for failure and respective image.
What would be the best approach?