I am working on MVC razor. I have to do validation depend on condition. Condition is below mentioned
We have country dropdown which is having Country USA and UK. when i select USA from Drop down then I do not want any validation on city and zip text box.
2.When I select US from drop down then i want validation on city and zip text box.
How to implement this scenario on mvc razor.