I'm currently working on a blog application in asp.net mvc.
I can't quite figure out how to handle my input validation! As far as I understand the view itself cannot know about input validation!? So how am I going to do this?
I'm currently working on a blog application in asp.net mvc.
I can't quite figure out how to handle my input validation! As far as I understand the view itself cannot know about input validation!? So how am I going to do this?
I believe this feature has been added in CTP5. I have not used it yet though.
Scott Gu have written something about MVC Preview 5, and form posting:
Its a big post, but it walks you though a Form posting validation thingy. Remark that this is not the only way to do it, but it is a way.