tags:

views:

25

answers:

2

I have to add a large amount of stereotyped pages to my ASP.Net Web-project. Is there any tool for quick generation ASP.Net pages on which we can edit simple database table-dictionaries or master-detail related tables? (database - Firebird or MySQL)

+2  A: 

You're looking for a scaffold generator.

Microsoft - Dynamic Data

Subsonic

madcolor
+1 Good answer and good links.
David Stratton
+2  A: 

How about .Net Dynamic Data?

The training videos can be found here.

Watching just the first one should be enough to tell you if it's what you're looking for. I just did my first site using it, and it took me several hours to watch all the videos, and one hour to get the site up and customized the way I wanted it.

David Stratton