Hi..
I am trying to create question paper generator application in C# windows application with sql server as back end.
Now I need your help to select the questions from database.
Ex: User Selection like:
Chapter selection from listbox then
select
1 mark – 5 question
2 mark -3 questions
How to retrieve questions from database?
**If user select chapter 1 and 2
And
1 mark – 5 question
And
2 mark – 3 question from both chapter
Then if should select from 1st chapter 3 question and from 2nd chapter 2 question
Or wise versa. **
thanx