Creating CRUD Pages in ASP.NET
Following yesterday’s post where we generated a SQL Server Database and a Business Object Model which we used to create an ASP.NET web page listing all our Contacts; today’s post extends the same web site by adding creation, edition and deletion capabilities to the web site.
As you’ll see in the video below, all this is done without a single line of code behind thanks to the generated object model.
See you tomorrow for Data Validation!
The R&D Team
Categories: ASP.NET
ASP.NET, CRUD, Data Binding, SQL Server
This makes great sense…