Fetching Questions.!
-
Hey, Friends... I am creating OnlineExam Application in .net, i am done with all the pages but am a bit muddeled how do i fetch the questions from the database...there is a page select question where user will select the questionpaper and the ID would be senr to the next page...i am done with this part but the problem is how do i call the questions from the "QuestionsTable"and then verify it with the correct answer.!
-
Hey, Friends... I am creating OnlineExam Application in .net, i am done with all the pages but am a bit muddeled how do i fetch the questions from the database...there is a page select question where user will select the questionpaper and the ID would be senr to the next page...i am done with this part but the problem is how do i call the questions from the "QuestionsTable"and then verify it with the correct answer.!
I binded the database and store procedure with LINQ to SQL class
-
Hey, Friends... I am creating OnlineExam Application in .net, i am done with all the pages but am a bit muddeled how do i fetch the questions from the database...there is a page select question where user will select the questionpaper and the ID would be senr to the next page...i am done with this part but the problem is how do i call the questions from the "QuestionsTable"and then verify it with the correct answer.!
This is actually based on the
Table Design
you have used to implement the OnlineExam Application. Therefore you need to look at the possibilities of writing query to fetch the record.