Posts

Showing posts from August, 2013

Enabling Client Side Validation on Custom Data Annotations with IClientValidatable in MVC

Image
In this post you will learn how to create or enable client side validation on the custom data annotations. If you go through my last blog, you will learn how to create custom data annotations to enable server side validation, I also recorded a video for this and uploaded on YouTube . This blog will take you further, so go and read or watch video, if you missed.

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System