what is the easiest way to generate Add,edit and delete of a table in a database

237 views Asked by At

I always code add, edit and delete pages from scratch "I mean copy paste :)" for my tables, but man, it's boring and time consuming. isn't there an easy way to generate those pages and manipulate the configurations of their forms to suit my projects' needs? I use ASP.net with C#, I've tried ASP.netMaker but the generated code is hard to read and difficult to manipulate and use out of its layout.

1

There are 1 answers

0
Cesar Loachamin On

You must check ASP.Net Dynamic Data it allows to do what you need. Here is a good tutorial to achieve what you need very quickly