tags:

views:

73

answers:

3

Hello, what's the best way to implement a simple crud solutions in ASP.NET ? Something simple, without control ? Any ready solutions ?

Thank you

+3  A: 

SQLDataSource + DataGrid = Instant CRUD app

Pierreten
+1  A: 

Dynamic Data

sovanesyan
+2  A: 

Dynamic Data.

See another article on stackoverflow:

http://stackoverflow.com/questions/2692624/how-to-auto-generate-simple-crud-controllers-and-views-in-asp-net-mvc-2-vs2010

Tim