I wanna display error message with success image(green tick mark) and failure image(Red warning) in validation summary. how to do this.
and i validation summary i will have to display some text in bold, italics etc. for that i tried to pass string like this.
inValid <b>username</b> or <b>password</b>
But in the page its rendering as it is. it is not showing username and password in bold. is there any way to do that. I am getting this validation error messages in controller and adding this to ModelState.add(error);
There is no doubt that @Darin Dimitrov answer is the best practice. but as a newbie i am gaining that functionaliy by using
ViewBagInside
ControllerInside
View()Now the
Css