datacollection

Data collection methods. (ASP.NET 2.0 - VB)

I'm stumped again on how to proceed with a survey system I am working on. We have database data for matrix sytle questions (rows are various questions, columns are various answer types), where each cell needs to be able hold a different kind of control. We have a database framework for this. The problem comes with how to dynamcially r...

Flexible Web forms for data collection systems

Does anyone know of a generic framework that can be used to dynamically generate input web forms for data collection? For example, an online loan application form my require more information in 2010 than currently in 2009. Is there a way to just add a new field to the database and have it dynamically be added to a web form? I'm using MSS...

Capturing International Personal Data (Name, Address, Phone, etc) ASP.NET

I am looking for the best way to capture and validate US & international personal data. I have to use ASP.NET 2.0 (vb.net) and no 3rd party web services. This are all client restrictions. The main point of this is I have to toss their data to FedEx for a shipping quote. I think FedEx has a address checker but that web service was not a...