i am stuck in a situation where i am not able to apply validation when the contents are loaded dynamically through jquery ajax call...
I found this solution everywhere but dont know how to use where to write this code??
$('form').removeData("validator");
$('form').removeData("unobtrusiveValidation");
$.validator.unobtrusive.parse('form');
MY CODE is HERE in my previous Question