How to save and read ASP.NET form data to a database
Connecting an ASP.NET form created with SpreadsheetConverter to a database is very easy if you know some programming and Visual Studio.
We will do it in 3 steps:
- Calculate and save the form contents into a database.
- Retrieve previous entered data from the database, show it in the form and let the user edit it and recalculated and save it again.
- Show all submitted entries so that we can click on them to edit them.
Not all three steps are necessary, for example if you only need to store the values, you only need to read the first article.
In order to understand how to do this tutorial, you need to have basic knowledge of ASP.NET and databases.
Visual Studio 2010 Express is free
http://www.microsoft.com/express/Downloads/