http://www.microsoft.com/web/post/web-development-101-part-6-creating-an-add-data-page
Points of interest
- WebMatrix has GREAT integration with Visual Studio 2010. You can launch VS and debug e.g. cshtml file - really great !!
- Sending info to the server via browser :
- HTTP POST is used (check this using Site->Requests)
- HTML form is used
- The server must identify the POST verb and process. Here it insert user inputs into a database
Nathan
No comments:
Post a Comment