vote up 3 vote down star
1

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?

flag
you title is spelled wrong – craigmoliver Sep 29 '08 at 13:53
your title that is – craigmoliver Sep 29 '08 at 13:53
Oh, bummer, I think i got i right now? – Søren Pedersen Sep 29 '08 at 14:00

2 Answers

vote up 5 vote down check

Scott Gu have written something about MVC Preview 5, and form posting:

http://weblogs.asp.net/scottgu/archive/2008/09/02/asp-net-mvc-preview-5-and-form-posting-scenarios.aspx

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.

link|flag
Thanks mate, that was just what i needed! – Søren Pedersen Sep 30 '08 at 11:50
vote up 0 vote down

I believe this feature has been added in CTP5. I have not used it yet though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.