Hi friends,
I am new to Asp.net web pages using C#.
I am doing "online written test"project using Asp.net.
Here i'm storing the questions & answers in the sql sever 2005 database
table.
When the test taker taking the test i need to diplay the question per page in the test window(.aspx).
These questions should display according the settings made before starting the test i.e example 1)C# questions 30% of total c# questions
2)VB questions 30% of total vb questions
3)Asp.net questions 60%.
According to the above settings i need to display only one question in the test taker's question page(.aspx).
And up on clicking the next button in the current question page he should get the next question.
Can any body give me the idea how to do this?
Please please help me ,i struck up with this problem.
Thank you.
I am new to Asp.net web pages using C#.
I am doing "online written test"project using Asp.net.
Here i'm storing the questions & answers in the sql sever 2005 database
table.
When the test taker taking the test i need to diplay the question per page in the test window(.aspx).
These questions should display according the settings made before starting the test i.e example 1)C# questions 30% of total c# questions
2)VB questions 30% of total vb questions
3)Asp.net questions 60%.
According to the above settings i need to display only one question in the test taker's question page(.aspx).
And up on clicking the next button in the current question page he should get the next question.
Can any body give me the idea how to do this?
Please please help me ,i struck up with this problem.
Thank you.
Comment