0

How to invoke Form Validation Javascript methods before submitting ASP.NET MVC view?

Ashes
  • 324
  • 1
  • 6
  • 21
  • Found many answers regarding my Query but all of them are using MicrosoftMvcJQueryValidation.js. I am using Jquery version 1.4.4 .. Dont know if it is compatible with MicrosoftMvcJQueryValidation.js...I cannt find Form.Validate() method .. it is coming out to be null and giving me an error – Ashes Aug 05 '11 at 12:21

1 Answers1

1

this is guide to client side validation.

http://weblogs.asp.net/scottgu/archive/2010/01/15/asp-net-mvc-2-model-validation.aspx

and when you complete the file check what is generated for you. this will be nice start for you.

hope this helps.

cpoDesign
  • 8,953
  • 13
  • 62
  • 106
  • 1
    Explanation given in above link also uses MicrosoftMvcJQueryValidation.js so it is not going to be useful for me .... – Ashes Aug 09 '11 at 04:52
  • This has all the relevant java script in there generated and this could be base on how to do this... check following link: http://stackoverflow.com/questions/61456/mvc-net-jquery-validation – cpoDesign Aug 09 '11 at 16:34