Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing a project on online aptitude test in asp.net using c#. I have a question set in the database but i want to display the questions and options in a single page when the test starts. I don't want to display the questions in gridview but in a single page one after the other. how can i do it?
Posted
Comments
Sergey Alexandrovich Kryukov 5-Mar-15 15:24pm    
And what could possibly be a problem here? Why did you even mentioned grid view?
—SA

1 solution

You can use DataList Control to implement this. Inside the ItemTemplate, you can declare the Question and RadioButton for Answers or Options.

Refer - Implement online exam question with 4 options and display answers on quiz completion in ASP.Net[^].
 
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