How do I access the input and calculated values from the html page submitted?
If you use ASP.NET, there are two simple solutions: 1. Loop over the ASP.NET-controls , se http://www.spreadsheetconverter.com/tutorials/programmers/as pnet/Default.htm 2. Generate a pure HTML-form (Select this in SSC to ASP.NET) and set the action=”..” to point at your ASP-code which loops over the request-parameters. You loop over the collection called Request.Form.