2
Answers

Question Related to ASP.NET MVC

I am new to AngularJS,
I want to ask how can i perform modelstate validation in ASP.NET MVC5 with ANGULAR JS VALIDATIONS

Answers (2)
0
Minhaj Hussain

Minhaj Hussain

NA 76 2.9k 7y
ANY DEMO EXAMPLE WITH WEB API VALIDATION WITH ANGULAR JS 
0
Srikant Maruwada

Srikant Maruwada

NA 501 4.3k 7y
Hi Minhaj,
Justo clarify you cannot mix both the validation i.e. Asp.net MVC & Angular JS.
For presentation layer you have to choose either of one i.e. MVC or angular.
From Angular you call RestFul services i.e. Web API in case of .net.