9
Shouts

Adding And Editing Data In ASP.NET Web Pages

published 659 days, 16 hours, 51 minutes ago posted by MikesdotnettingMikesdotnetting 661 days, 17 hours, 48 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 8:54:39 AM GMT

Adding And Editing Data In ASP.NET Web Pages   In the first of my WebMatrix articles, I mentioned that entering data via the database design forms is a bit of a pain. I also promised to look at editing data via a web page at some stage. This article keeps that promise, and looks at adding data too.

 

Actually, I'll look at adding data first. To add a new book to the database, we need to provide a title, ISBN number, description and we need to add an author and category. The book will ac...

category: ASP.NET | clicked: 0 | | source: www.mikesdotnetting.com | show counter code
tags: asp net web pages, Razor, WebMatrix