yeah I realise that i havent tested the contents of isvalid, that was on purpose, I just wanted to get a value into it and check its contents in firebug. The problem is that its always true, despite several inputs being empty, so it should fail validation.
Im using MVC validation, but im a little confused as to what javascript libarary i should be using. The project Ive inherited has included MicrosoftMvcValidation.js, but I thought i should be using MicrosoftMvcJQueryValidation.js
after swapping over, my clientside validation doesnt work at all !
anyway, it just seems that var isValid = $("#form0").valid(); always return true, no matter what, so i must be doing something wrong here, but i cant figure out what