Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hiiii

i have database contain Questions and Answers , each question is come from database based on the answer of previous question .... database structure is done .

database diagram here

now i face a problem in displaying the data to the user .
i need to get some answers that related to specific question in radio buttons and when user check one of them , the next question will appear
how i get the answers from DB in radio buttons and how i show the next question based on the answer of the current question .
what is the best control to help me (Repear, Gridview ,datalist ,...) any idea.
please i need help ASAP
Posted
Comments
[no name] 31-Aug-14 16:30pm    
You connect to your database, query the information that you want, then use that information however you want to.

1 solution

Yes you can use datalist and bind next row using datatable
at when i click next
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900