Hi,
Thanks for your reply.
Actually, I am using normal MVC structure for form submission (HttpPost). My form submits into Action method of Controllers (Not service). For client-side validation, I am using jquery.validate.unobtrusive.min.js scripts.
But, now my form submission is not working. When I click Submit button, nothing happens. That is the problem.
Please advise.