Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had created application in mvc razor view. In this CRUD operation's are thr.
When i am going to submit form for creating User form it will give me required field message into validation summary. I also want to show errored input into red border but it wont apper becouse of "input-validation-error" class is not appearing at the time of form submition. I also added CSS for it into my Style.css.

C#
input.input-validation-error {
    border: 1px solid #e80c4d;
}


I am waiting for reply.
Thank you in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900