Join us for a quick tour of how you can use SpreadsheetConverter.

SpreadsheetConverter editions and prices.

Try the program for free in your own PC. Download and install this plug-in for Excel in Windows.

E-mail us your spreadsheet, and we will e-mail you the converted webpage for free. No installation or credit card required.

Visit our examples library to learn more about what the product can do for you.

Compare the different editions of the product to see which one is best for you.

If you need help during the free trial or as a paid customer, just contact our Help Center.


If you like the program, you must purchase a license before you publish your calculators on the web.

Upgrade an existing license from an old to a new version online.

Customer Support
6 month free email support.

Click here to contact customer support
Lost license key
I lost my license key, do I have to purchase a new license?
No, contact sales using the email address you used when you purchased, and we will send you the key.
Where is the non-trial version?
The trial version and the licensed version of SpreadsheetConverter are the same program. By entering the license key, the trial program converts itself into the full version.
FAQ
Newsletter subscription
Enter your e-mail address to subscribe to our e-mail newsletter.
 
 Why?

If you use SpreadsheetConverter ASP.NET v5, click here for a new version of this article.

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:

  1. Calculate and save the form contents into a database.
  2. Retrieve previous entered data from the database, show it in the form and let the user edit it and recalculated and save it again.
  3. Show all submitted entries so that we can click on them to edit them.
You need Adobe Acrobat to view the articles.

Not all three steps are necessary, for example if you only need to store the values, you only need to read the first article.

Here is the necessary SQL-code.

Here is the result

In order to understand how to do this tutorial, you need to have basic knowledge of ASP.NET and databases. A good book is Beginning ASP.NET 2.0. A book for ASP.NET 1.1 is also fine. In the example, we only use ASP.NET 1.1, for example Beginning ASP.NET 1.1 with Visual C# .NET 2003.

Free alternatives to Visual Studio

WebMatrix

http://www.asp.net/webmatrix/

There are also free version of Visual Studio 2005, called Visual Studio 2005 Express:

http://lab.msdn.microsoft.com/express/

Printer-friendly