Link to home
Start Free TrialLog in
Avatar of iziizi
iziizi

asked on

Help with ASP.NET form/registration builder

I have a project which I would like a little help on...

The basic concept is that the client needs to be able to make a registration form from a CMS/admin panel, and collate the user responses - they will need to run reports on the responses, so the responses need to be held in a datastore.

The client will need to be able to create as many of these forms as they want. The Q&A will be quite advanced requiring plain text, checkbox, radio and other form types.

so..

1) How would you go about storing this data during the registration process? Should I write it to a XML file or serialize it in a DB field?
2) Are there any open source projects similar I could have a look at?
3) Any advice on how I can implement this system would be very much appreciated!
ASKER CERTIFIED SOLUTION
Avatar of DaveJellison
DaveJellison
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry i flubbed the link somehow...

http://forums.asp.net/p/1410118/3086502.aspx
Avatar of iziizi
iziizi

ASKER

no 100% what was required