MVC-like Autogenerated Pages for Webforms
- by CccTrash
I noticed that MVC lets you pass in LINQ to SQL objects to its views and it will autogenerate Create, Update and View Pages based on the LINQtoSQL object.
Is there anything for webforms that lets you do this kind of thing? (In a nice way with validators maybe?)