|
ASP.NET Survey Help
I want to do a survey with ASP.NET and SQL Server 2005, and I'm looking for advice here.
I have the graphical design done, but I need help on the tables that would be needed for this, and how to store the radiobutton values into those tables.
I also have a table where I'm storing the information of the applicant that will fill the survey, but I have that done.
Example
1. Are you at least 18 years of age?
() Yes
() No
2. How is your knowledge of computers?
() Excellent
() Great
() Average
() Below Average
Thanks in advance!
|