MVC validation, will it conflict with other JS frameworks?

No, it will not. Currently, ASP. NET MVC doesn't have an inherent validation framework.So you are free to use any server/client-side validation framework you wish.

There are many MVC frameworks. There are many JavaScript frameworks that have different functionalities. If you want a meaningful answer, you should choose an MVC and a JavaScript framework and ask concerning those two.

Please be as detailed as possible in your questions. As an example, the validation handling on ActiveRecord (used in Ruby on Rails) only performs validations on the server end. You can always add JavaScript validations on top of that, but the server-side validations are what really matters for data integrity.

He did specify ASP. NET MVC – Ben Scheirman Oct 6 '08 at 16:52.

I'm pretty sure Haacked is talking about the ASP. NET MVC Validation shown here: ScottGu's Blog - ASP. NET MVC Preview 5 and Form Posting Scenarios If this is the case, then the answer is: Yes you can use JQuery in conjunction with this.

Multiple Comments on the linked page talk about using JQuery for Ajax.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions