{STATIC} hippo

...on becoming a great developer...
posts - 38, comments - 12, trackbacks - 0

My Links

Archives

Post Categories

November 2008 Blog Posts

Uri, ModelBinders, and UpdateModel()

So you're developing an application using ASP.NET MVC and you got a Person class with properties: 1: string FirstName; 2: string LastName; 3: string Email; 4: Uri Webpage; And of course you have a form that collects these 4 pieces of information.  And you build an Action in your PersonController called Create like so: 1: public ActionResult Create(FormCollection form) ...

posted @ Friday, November 07, 2008 9:55 AM | Feedback (0) | Filed Under [ ASP.NET ]

Powered by:
Powered By Subtext Powered By ASP.NET