MVC-like Autogenerated Pages for Webforms

Posted by CccTrash on Stack Overflow See other posts from Stack Overflow or by CccTrash
Published on 2010-03-16T06:27:39Z Indexed on 2010/03/16 6:36 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

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?)

© Stack Overflow or respective owner

Related posts about c#

Related posts about webforms